Skip to content

Commit

Permalink
Mdbook > v0.4.40 has a bug (#115)
Browse files Browse the repository at this point in the history
Really closes #112 

mdBook > v0.4.40 causes this bug currently.
  • Loading branch information
wilwade authored Nov 19, 2024
1 parent 717d824 commit c591091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common/set-up-mdbook/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
uses: jontze/action-mdbook@0765bef0c7c5792f93bf3ed3d487a0ca32c9da33
with:
token: ${{ inputs.token }}
mdbook-version: "~0.4.42" # Use a semver compatible string
mdbook-version: "0.4.40" # Use a semver compatible string
# Optional Plugins have to be enabled
use-linkcheck: true
linkcheck-version: "~0.7.7"
Expand Down

0 comments on commit c591091

Please sign in to comment.