Skip to content

Commit

Permalink
chore: fixing gh-pages build
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroknots committed Feb 22, 2024
1 parent 8fc7353 commit efb60d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
id: pages
uses: actions/configure-pages@v4
- name: Build with mdBook
run: cd docs && mdbook build
run: mdbook build docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit efb60d6

Please sign in to comment.