Skip to content

Commit

Permalink
Update mdbook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
werdl authored Feb 19, 2024
1 parent e0f92c6 commit aa08376
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
id: pages
uses: actions/configure-pages@v4
- name: Build with mdBook
run: bin/mdbook build
run: |
export PATH="$PATH:$(pwd)/bin"
bash build.sh
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit aa08376

Please sign in to comment.