Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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