pin mdbook version

This commit is contained in:
Dustin J. Mitchell 2021-06-09 15:38:36 -04:00
parent ebdae1f44a
commit 31ff46bee6
4 changed files with 10 additions and 7 deletions

View file

@ -49,7 +49,8 @@ jobs:
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: 'latest'
# if this changes, change it in cli/Cargo.toml and .github/workflows/publish-docs.yml as well
mdbook-version: '0.4.10'
- name: Cache cargo registry
uses: actions/cache@v1

View file

@ -15,7 +15,8 @@ jobs:
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: 'latest'
# if this changes, change it in cli/Cargo.toml and .github/workflows/publish-docs.yml as well
mdbook-version: '0.4.10'
- name: Cache cargo registry
uses: actions/cache@v1