We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1295490 commit a507261Copy full SHA for a507261
.github/workflows/book.yml
@@ -23,12 +23,12 @@ jobs:
23
run: cargo install mdbook-linkcheck "0.7" --locked
24
25
- name: Build Documentation
26
- run: mkdbook build
+ run: mkdbook build doc
27
28
- name: Upload book
29
uses: actions/upload-pages-artifact@v4
30
with:
31
- path: book/
+ path: book/html
32
retention-days: "2"
33
34
deploy:
doc/src/SUMMARY.md
@@ -8,8 +8,8 @@
8
- [Verification Tools](./tools.md)
9
- [Kani](./tools/kani.md)
10
11
-<!-- [todo](todo.md)>
12
13
---
14
15
# Challenges
+- [Coming soon](./todo.md)
0 commit comments