Skip to content

Commit c591091

Browse files
authored
Mdbook > v0.4.40 has a bug (#115)
Really closes #112 mdBook > v0.4.40 causes this bug currently.
1 parent 717d824 commit c591091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
uses: jontze/action-mdbook@0765bef0c7c5792f93bf3ed3d487a0ca32c9da33
1212
with:
1313
token: ${{ inputs.token }}
14-
mdbook-version: "~0.4.42" # Use a semver compatible string
14+
mdbook-version: "0.4.40" # Use a semver compatible string
1515
# Optional Plugins have to be enabled
1616
use-linkcheck: true
1717
linkcheck-version: "~0.7.7"

0 commit comments

Comments
 (0)