Skip to content

Commit

Permalink
Try again x6.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfachan committed Apr 28, 2024
1 parent ddcc6c5 commit 825085e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
echo `pwd`/mdbook >> $GITHUB_PATH
- name: Build Documentation
run: |
(cd doc/book && mdbook build && mv book ../../website)
(cd doc/book && mdbook build --dest-dir ../../website/doc)
- name: Set up Pages
uses: actions/configure-pages@v4
- name: Upload Artifact
Expand Down

0 comments on commit 825085e

Please sign in to comment.