Skip to content

Commit b50710b

Browse files
committed
User newer mdbook version
1 parent ac37eab commit b50710b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v1
2020
- name: Get the release version from the GITHUB_REF variable as new SHORT_VERSION variable
2121
run: echo "SHORT_VERSION=$(echo ${GITHUB_REF} | sed -E 's/^refs\/heads\/.*/develop/' | sed -E 's/^(refs\/tags\/v)?(.*)(\.[0-9]+\.[0-9]+)$/\2/')" >> $GITHUB_ENV
22-
- run: misc/download-mdbook.sh 0.3.5
22+
- run: misc/download-mdbook.sh 0.4.52
2323
env:
2424
OS_NAME: linux
2525
- name: Generate the documentation

0 commit comments

Comments
 (0)