Skip to content

Commit

Permalink
Try again x4.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfachan committed Apr 28, 2024
1 parent 1e54c18 commit 9cd256a
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 && ls -lR book && ls -lR ~/website && mv book ~/website && ls -lR ~/website)
(cd doc/book && mdbook build && ls -lR book && ls -lR ../../website && mv book ../../website && ls -lR ../../website)
- name: Set up Pages
uses: actions/configure-pages@v4
- name: Upload Artifact
Expand Down

0 comments on commit 9cd256a

Please sign in to comment.