mirror of
https://github.com/CryptKeeperZK/Docs.git
synced 2026-01-07 20:03:57 -05:00
gha mdbook install using peaceiris
This commit is contained in:
6
.github/workflows/gh-pages.yml
vendored
6
.github/workflows/gh-pages.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user