Skip to content

Commit

Permalink
add latex
Browse files Browse the repository at this point in the history
  • Loading branch information
kp992 committed Oct 12, 2024
1 parent 905b7f9 commit d6b4c41
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Cache [using jupyter-book]
on:
push:
branches:
- main
- cache_test_1
jobs:
tests:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -34,6 +34,11 @@ jobs:
xindy \
dvipng \
cm-super
# Build Assets (Download Notebooks and PDF via LaTeX)
- name: Build PDF from LaTeX
shell: bash -l {0}
run: |
jb build lectures --builder pdflatex --path-output ./ -n --keep-going
- name: Build HTML
shell: bash -l {0}
run: |
Expand Down

0 comments on commit d6b4c41

Please sign in to comment.