mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-27 11:53:30 +04:00
CI: Pin mdbook to 0.4.43
This should prevent future surprising changes to the site from newly published mdbook versions with breaking changes. For example mdbook 0.4.41 introduced some changes that needed the `index.hbs` file to be updated. See the parent commit.
This commit is contained in:
parent
436855ad6f
commit
dbd3b251d8
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
@ -16,8 +16,8 @@ jobs:
|
|||||||
- name: Setup mdBook
|
- name: Setup mdBook
|
||||||
uses: peaceiris/actions-mdbook@v2
|
uses: peaceiris/actions-mdbook@v2
|
||||||
with:
|
with:
|
||||||
mdbook-version: 'latest'
|
# mdbook-version: 'latest'
|
||||||
# mdbook-version: '0.4.8'
|
mdbook-version: '0.4.43'
|
||||||
|
|
||||||
- run: mdbook build book
|
- run: mdbook build book
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user