We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e9c97 commit cb911eeCopy full SHA for cb911ee
.github/workflows/common/set-up-mdbook/action.yaml
@@ -8,8 +8,14 @@ runs:
8
using: "composite"
9
steps:
10
- name: Setup mdBook 📚
11
- shell: bash
12
- run: cargo install mdbook mdbook-linkcheck mdbook-external-links
+ uses: jontze/action-mdbook@0765bef0c7c5792f93bf3ed3d487a0ca32c9da33
+ with:
13
+ token: ${{ inputs.token }}
14
+ mdbook-version: "~0.4.37" # Use a semver compatible string
15
+ # Optional Plugins have to be enabled
16
+ use-linkcheck: true
17
+ linkcheck-version: "~0.7.7"
18
+
19
- name: Show mdbook version
20
shell: bash
21
run: mdbook --version
0 commit comments