From cb911ee62791ddc1d6d72a5b29cb8c4f70acd1d6 Mon Sep 17 00:00:00 2001 From: Wes Biggs <40926006+wesbiggs@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:33:31 -0600 Subject: [PATCH] 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 --- .github/workflows/common/set-up-mdbook/action.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common/set-up-mdbook/action.yaml b/.github/workflows/common/set-up-mdbook/action.yaml index e40fc825..24aaa3f6 100644 --- a/.github/workflows/common/set-up-mdbook/action.yaml +++ b/.github/workflows/common/set-up-mdbook/action.yaml @@ -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