Skip to content

Commit

Permalink
ci: update book path for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dkales authored Sep 30, 2024
1 parent 09c2c99 commit 66ebdd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
id: pages
uses: actions/configure-pages@v5
- name: Build with mdBook
run: cd book && mdbook build
run: cd co-circom/book && mdbook build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./book/book
path: ./co-circom/book/book

# Deployment job
deploy:
Expand Down

0 comments on commit 66ebdd8

Please sign in to comment.