diff options
author | 2020-10-01 16:29:55 +0000 | |
---|---|---|
committer | 2020-10-01 16:29:55 +0000 | |
commit | 05d08c3be577b7359b9e92873e02300d7dbbe6a5 (patch) | |
tree | 2864b74b26f7bdc6825a38a22d69e323a0f5a02c /.github/workflows/build.yml | |
parent | 4d61437bb4debea5adc578ee072bff3619d8077b (diff) | |
download | rtic-05d08c3be577b7359b9e92873e02300d7dbbe6a5.tar.gz rtic-05d08c3be577b7359b9e92873e02300d7dbbe6a5.tar.zst rtic-05d08c3be577b7359b9e92873e02300d7dbbe6a5.zip |
Use latest mdBook
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6871153..0f88c80d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -529,7 +529,7 @@ jobs: - name: mdBook Action uses: peaceiris/actions-mdbook@v1.1.11 with: - mdbook-version: '0.3.1' + mdbook-version: 'latest' - name: Build book in English run: cd book/en && mdbook build |