Skip to content

Commit cb911ee

Browse files
wesbiggsWes Biggs
and
Wes Biggs
authored
Revert workflow in attempt to fix odd formatting issue (#294)
Links in SUMMARY.md not rendering correctly, not sure why. Reverting to the old ways. Co-authored-by: Wes Biggs <[email protected]>
1 parent 20e9c97 commit cb911ee

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/common/set-up-mdbook/action.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@ runs:
88
using: "composite"
99
steps:
1010
- name: Setup mdBook 📚
11-
shell: bash
12-
run: cargo install mdbook mdbook-linkcheck mdbook-external-links
11+
uses: jontze/action-mdbook@0765bef0c7c5792f93bf3ed3d487a0ca32c9da33
12+
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+
1319
- name: Show mdbook version
1420
shell: bash
1521
run: mdbook --version

0 commit comments

Comments
 (0)