diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2020-10-05 10:48:20 +0000 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2020-10-05 10:48:20 +0000 |
| commit | da1b31d95af9557020889917ea8a014091a44418 (patch) | |
| tree | a808c995fb23c1125d9f33ef60f64c8506ea9e00 /.github | |
| parent | 05d08c3be577b7359b9e92873e02300d7dbbe6a5 (diff) | |
Also update for the deploy stage
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f88c80..e64381f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -582,8 +582,7 @@ jobs: - name: mdBook Action uses: peaceiris/actions-mdbook@v1.1.11 with: - mdbook-version: '0.3.1' - # mdbook-version: 'latest' + mdbook-version: 'latest' - name: Remove cargo-config run: rm -f .cargo/config |
