Skip to content

Commit a507261

Browse files
committed
Fix workflow after adding link check
1 parent 1295490 commit a507261

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/book.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
run: cargo install mdbook-linkcheck "0.7" --locked
2424

2525
- name: Build Documentation
26-
run: mkdbook build
26+
run: mkdbook build doc
2727

2828
- name: Upload book
2929
uses: actions/upload-pages-artifact@v4
3030
with:
31-
path: book/
31+
path: book/html
3232
retention-days: "2"
3333

3434
deploy:

doc/src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
- [Verification Tools](./tools.md)
99
- [Kani](./tools/kani.md)
1010

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

1312
---
1413

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

0 commit comments

Comments
 (0)