Skip to content

Commit

Permalink
Install mdbook-linkcheck, and bump the mdbook version.
Browse files Browse the repository at this point in the history
Signed-off-by: Daira Emma Hopwood <daira@jacaranda.org>
  • Loading branch information
daira committed Oct 31, 2023
1 parent 14369f3 commit 2649133
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/merge-acceptance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ jobs:
uses: ts-graphviz/setup-graphviz@v1
- uses: taiki-e/cache-cargo-install-action@v1
with:
tool: mdbook@0.4.29
tool: mdbook@0.4.35
- uses: taiki-e/cache-cargo-install-action@v1
with:
tool: mdbook-graphviz@0.1.6
- uses: taiki-e/cache-cargo-install-action@v1
with:
tool: mdbook-linkcheck@0.7.7
- uses: actions/checkout@v3
- run: mdbook build
- name: Check for Orphaned Files
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/render-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ jobs:
uses: ts-graphviz/setup-graphviz@v1
- uses: taiki-e/cache-cargo-install-action@v1
with:
tool: mdbook@0.4.29
tool: mdbook@0.4.35
- uses: taiki-e/cache-cargo-install-action@v1
with:
tool: mdbook-graphviz@0.1.6
- uses: taiki-e/cache-cargo-install-action@v1
with:
tool: mdbook-linkcheck@0.7.7

# Now get the user content:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2649133

Please sign in to comment.