Skip to content

Commit

Permalink
chore: github pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
chloe-renaud committed Dec 12, 2024
1 parent 225fbb9 commit aed61d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./website/build
destination_dir: ./website
publish_dir: ./docs/build
destination_dir: ./docs

check_if_version_upgraded:
name: Check if version upgrade
Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const config: Config = {
url: 'https://inseefr.github.io/',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/lunatic/',
baseUrl: 'Lunatic/docs',
plugins: [
'./src/plugins/lunaticFixesPlugin.ts',
[require.resolve('@cmfcmf/docusaurus-search-local'), { indexBlog: false }],
Expand Down

0 comments on commit aed61d4

Please sign in to comment.