Skip to content

Commit

Permalink
Update mdbook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeChatP authored Apr 29, 2024
1 parent c08baff commit 39a7921
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ jobs:
id: pages
uses: actions/configure-pages@v5
- name: Build with mdBook
working-directory: ./book
run: mdbook build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./book
path: ./book/book

# Deployment job
deploy:
Expand Down

0 comments on commit 39a7921

Please sign in to comment.