mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03: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
1 changed files with 2 additions and 2 deletions
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
|
@ -16,8 +16,8 @@ jobs:
|
|||
- name: Setup mdBook
|
||||
uses: peaceiris/actions-mdbook@v2
|
||||
with:
|
||||
mdbook-version: 'latest'
|
||||
# mdbook-version: '0.4.8'
|
||||
# mdbook-version: 'latest'
|
||||
mdbook-version: '0.4.43'
|
||||
|
||||
- run: mdbook build book
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue