gha mdbook install using peaceiris

This commit is contained in:
2023-08-21 12:00:35 -04:00
parent bbc8651dc8
commit 893b2acff2

View File

@@ -29,8 +29,10 @@ jobs:
crate: book-summary
- run: book-summary -n ./src -s cryptkeeper guides references -y
- name: Install mdBook
run: curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh rustup update && cargo install --version ${MDBOOK_VERSION} mdbook
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: 'latest'
- name: Setup Pages
id: pages