Skip to content

Commit

Permalink
ci: fix mdbook-header-footer installation
Browse files Browse the repository at this point in the history
  • Loading branch information
SichangHe committed Sep 13, 2024
1 parent a4be277 commit af0402f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
submodules: true
lfs: true
- uses: cargo-bins/cargo-binstall@main
- name: Install mdBook, mdBook-KaTeX, and mdBook-ToC
run: cargo binstall -y mdbook mdbook-katex mdbook-toc mdbook-header-footer
- name: Install mdBook, mdBook-KaTeX, mdBook-ToC, and mdBook-Header-Footer
run: cargo binstall -y mdbook mdbook-katex mdbook-toc mdbook_header_footer
- name: Install minify-html
run: |
curl -LO https://github.com/wilsonzlin/minify-html/releases/download/v0.15.0/minhtml-0.15.0-x86_64-unknown-linux-gnu
Expand Down

0 comments on commit af0402f

Please sign in to comment.