Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicFS committed Jan 12, 2024
1 parent 828cd73 commit af0d657
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/documentation-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,15 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
rustup update
cargo install mdbook
cargo install mdbook-admonish
cargo install mdbook-footnote
cargo install mdbook-graphviz
cargo install mdbook-katex
cargo install mdbook-pagetoc
cargo install mdbook-template
cargo install mdbook-toc
cargo install \
mdbook \
mdbook-admonish \
mdbook-footnote \
mdbook-graphviz \
mdbook-katex \
mdbook-pagetoc \
mdbook-template \
mdbook-toc
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit af0d657

Please sign in to comment.