From dbd3b251d84d80cb761a0b08e72036eb6adc108b Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Mon, 25 Nov 2024 17:56:16 -0500 Subject: [PATCH] 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. --- .github/workflows/gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 39dc08982..d5ccb0be8 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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