Skip to content

Commit

Permalink
ci(algolia): point to correct sitemap location
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Apr 19, 2024
1 parent 937dfa0 commit ce4b88d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/scripts/algolia-sync.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ indexToAlgolia({
docsBaseDir: 'src/pages/',
source,
domain,
sitemapXmlPath: 'public/sitemap.xml',
sitemapXmlPath: 'out/sitemap.xml',
},
source,
domain,
sitemapXmlPath: 'public/sitemap.xml',
sitemapXmlPath: 'out/sitemap.xml',
lockfilePath: 'algolia-lockfile.json',
dryMode: process.env.ALGOLIA_DRY_RUN === 'true',
});

0 comments on commit ce4b88d

Please sign in to comment.