Skip to content

Commit

Permalink
Merge pull request #3 from nihalxkumar/nihalxkumar-patch-1
Browse files Browse the repository at this point in the history
Update mdbook.yml
  • Loading branch information
nihalxkumar authored Feb 24, 2024
2 parents 5aa09c6 + f03bd7f commit 7928c70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ jobs:
MDBOOK_VERSION: 0.4.36
steps:
- uses: actions/checkout@v4
- name: Install mdBook
- name: Install mdBook and mdbook-katext
run: |
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
rustup update
cargo install --version ${MDBOOK_VERSION} mdbook
cargo install mdbook-katex
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 7928c70

Please sign in to comment.