From 17232c60dc3a275a1c8c9c32d23d04df8c05312a Mon Sep 17 00:00:00 2001 From: mmcky Date: Fri, 18 Oct 2024 14:00:29 +1100 Subject: [PATCH] TST: cache debug testing --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77604fa7..d8650863 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,11 @@ jobs: branch: main name: build-cache path: _build + # Preliminary Build of HTML (TEST CACHE) + - name: Build HTML + shell: bash -l {0} + run: | + jb build lectures --path-output ./ -n -W --keep-going # Build Assets (Download Notebooks and PDF via LaTeX) - name: Build Download Notebooks (sphinx-tojupyter) shell: bash -l {0}