Skip to content

Commit

Permalink
Fix workflow after adding link check
Browse files Browse the repository at this point in the history
  • Loading branch information
celinval committed Jun 4, 2024
1 parent 1295490 commit a507261
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
run: cargo install mdbook-linkcheck "0.7" --locked

- name: Build Documentation
run: mkdbook build
run: mkdbook build doc

- name: Upload book
uses: actions/upload-pages-artifact@v4
with:
path: book/
path: book/html
retention-days: "2"

deploy:
Expand Down
2 changes: 1 addition & 1 deletion doc/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
- [Verification Tools](./tools.md)
- [Kani](./tools/kani.md)

<!-- [todo](todo.md)>

---

# Challenges
- [Coming soon](./todo.md)

0 comments on commit a507261

Please sign in to comment.