Skip to content

Commit

Permalink
Try something else.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfachan committed Apr 28, 2024
1 parent 2abfd31 commit 0403261
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 --dest-dir ../../../website/book && ls -lR ../../../website)
(mkdir -p ../website/book && cd doc/book && mdbook build --dest-dir ../../../website/book && ls -lR ../../../website)
- name: Set up Pages
uses: actions/configure-pages@v4
- name: Upload Artifact
Expand Down

0 comments on commit 0403261

Please sign in to comment.