Skip to content

Commit

Permalink
TST: cache debug testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Oct 18, 2024
1 parent db84bb6 commit 17232c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 17232c6

Please sign in to comment.