Skip to content

Commit 34538aa

Browse files
committed
try building ipynb and html separately
1 parent 0df0b62 commit 34538aa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
5252
- name: Build HTML
5353
working-directory: ./lectures
54-
run: myst build --html --ipynb --execute
54+
run: |
55+
myst build --ipynb --execute
56+
myst build --html
5557
5658
- name: Upload build output
5759
uses: actions/upload-pages-artifact@v3

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ dask-worker-space
99

1010
lectures/mathfoo.py
1111
lectures/mod.py
12-
lectures/test.py
12+
lectures/test.py
13+
lectures/exports/

0 commit comments

Comments
 (0)