We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12c586 commit 037fb50Copy full SHA for 037fb50
.github/workflows/mdbook.yml
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
38
rustup update
39
- cargo install --version ${MDBOOK_VERSION} mdbook
+ cargo install --version ${MDBOOK_VERSION} mdbook mdbook-katex
40
- name: Setup Pages
41
id: pages
42
uses: actions/configure-pages@v5
0 commit comments