From d6b4c415dc2ec8ed453ef291d33f2726f1222003 Mon Sep 17 00:00:00 2001 From: kp992 Date: Sat, 12 Oct 2024 17:09:26 +0530 Subject: [PATCH] add latex --- .github/workflows/cache.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index f968aa65..0c35b39b 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -2,7 +2,7 @@ name: Build Cache [using jupyter-book] on: push: branches: - - main + - cache_test_1 jobs: tests: runs-on: ubuntu-latest @@ -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: |