File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
23
23
run : cargo install mdbook-linkcheck "0.7" --locked
24
24
25
25
- name : Build Documentation
26
- run : mkdbook build
26
+ run : mkdbook build doc
27
27
28
28
- name : Upload book
29
29
uses : actions/upload-pages-artifact@v4
30
30
with :
31
- path : book/
31
+ path : book/html
32
32
retention-days : " 2"
33
33
34
34
deploy :
45
45
name : github-pages
46
46
url : ${{ steps.deployment.outputs.page_url }}
47
47
48
- # Specify runner + deployment step
49
- runs-on : ubuntu-latest
50
48
steps :
51
49
- name : Deploy to GitHub Pages
52
50
id : deployment
Original file line number Diff line number Diff line change 8
8
- [ Verification Tools] ( ./tools.md )
9
9
- [ Kani] ( ./tools/kani.md )
10
10
11
- <!-- [todo](todo.md)>
12
11
13
12
---
14
13
15
14
# Challenges
15
+ - [ Coming soon] ( ./todo.md )
You can’t perform that action at this time.
0 commit comments