Skip to content

Commit

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

0 comments on commit ffed72c

Please sign in to comment.