File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/doc/rustc-dev-guide/.github/workflows Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
uses : actions/cache/restore@v4
42
42
with :
43
43
path : book/linkcheck/cache.json
44
- key : linkcheck
44
+ key : linkcheck--${{ env.MDBOOK_LINKCHECK2_VERSION }}
45
45
46
46
- name : Install latest nightly Rust toolchain
47
47
if : steps.mdbook-cache.outputs.cache-hit != 'true'
58
58
cargo install mdbook-mermaid --version ${{ env.MDBOOK_MERMAID_VERSION }}
59
59
60
60
- name : Check build
61
- run : mdbook build
61
+ run : ENABLE_LINKCHECK=1 mdbook build
62
62
continue-on-error : true
63
63
64
64
- name : Save cached Linkcheck
67
67
uses : actions/cache/save@v4
68
68
with :
69
69
path : book/linkcheck/cache.json
70
- key : linkcheck
70
+ key : linkcheck--${{ env.MDBOOK_LINKCHECK2_VERSION }}
71
71
72
72
- name : Deploy to gh-pages
73
73
if : github.event_name == 'push'
You can’t perform that action at this time.
0 commit comments