Skip to content

Commit

Permalink
Install the KaTex plugin in the GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeiwan committed Dec 18, 2023
1 parent cdfd28d commit 6fec478
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
mdbook-version: '0.4.36'

- name: Install KaTex
run: cargo install mdbook-katex

- name: Build
run: mdbook build --dest-dir public

Expand Down

0 comments on commit 6fec478

Please sign in to comment.