Skip to content

Commit

Permalink
CI: Pin mdbook to 0.4.43
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
the-mikedavis committed Nov 25, 2024
1 parent 436855a commit dbd3b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dbd3b25

Please sign in to comment.