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.
pull/9951/merge
Michael Davis 2 days ago
parent 436855ad6f
commit dbd3b251d8
No known key found for this signature in database

@ -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…
Cancel
Save