We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24af7c8 commit ca98813Copy full SHA for ca98813
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
cargo install mdbook-mermaid --version ${{ env.MDBOOK_MERMAID_VERSION }}
58
59
- name: Check build
60
- run: mdbook build
+ run: mdbook build || cat book/linkcheck/cache.json
61
62
- name: Save cached Linkcheck
63
id: cache-linkcheck-save
0 commit comments