Skip to content

Commit

Permalink
gha mdbook install using peaceiris
Browse files Browse the repository at this point in the history
  • Loading branch information
AtHeartEngineer committed Aug 21, 2023
1 parent bbc8651 commit 893b2ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 893b2ac

Please sign in to comment.