Skip to content

Commit

Permalink
add mdbook-hide to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
john-cd committed Dec 22, 2023
1 parent 777e8af commit 599cedc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
- name: Install mdbook
run: cargo binstall --version ${MDBOOK_VERSION} --no-confirm mdbook
- name: Install mdbook-hide
run: cargo install mdbook-hide
- name: Install mdbook-keeper
run: cargo install mdbook-keeper --git https://github.com/tfpk/mdbook-keeper.git
- name: Setup Pages
Expand Down

0 comments on commit 599cedc

Please sign in to comment.