Skip to content

Commit

Permalink
Revert workflow in attempt to fix odd formatting issue (#294)
Browse files Browse the repository at this point in the history
Links in SUMMARY.md not rendering correctly, not sure why. Reverting to
the old ways.

Co-authored-by: Wes Biggs <[email protected]>
  • Loading branch information
wesbiggs and Wes Biggs authored Jan 14, 2025
1 parent 20e9c97 commit cb911ee
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/common/set-up-mdbook/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ runs:
using: "composite"
steps:
- name: Setup mdBook 📚
shell: bash
run: cargo install mdbook mdbook-linkcheck mdbook-external-links
uses: jontze/action-mdbook@0765bef0c7c5792f93bf3ed3d487a0ca32c9da33
with:
token: ${{ inputs.token }}
mdbook-version: "~0.4.37" # Use a semver compatible string
# Optional Plugins have to be enabled
use-linkcheck: true
linkcheck-version: "~0.7.7"

- name: Show mdbook version
shell: bash
run: mdbook --version
Expand Down

0 comments on commit cb911ee

Please sign in to comment.