Skip to content

Commit a965bb3

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

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/book.yml

Lines changed: 2 additions & 4 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:
@@ -45,8 +45,6 @@ jobs:
4545
name: github-pages
4646
url: ${{ steps.deployment.outputs.page_url }}
4747

48-
# Specify runner + deployment step
49-
runs-on: ubuntu-latest
5048
steps:
5149
- name: Deploy to GitHub Pages
5250
id: deployment

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)