We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df0b62 commit 34538aaCopy full SHA for 34538aa
.github/workflows/ci.yml
@@ -51,7 +51,9 @@ jobs:
51
52
- name: Build HTML
53
working-directory: ./lectures
54
- run: myst build --html --ipynb --execute
+ run: |
55
+ myst build --ipynb --execute
56
+ myst build --html
57
58
- name: Upload build output
59
uses: actions/upload-pages-artifact@v3
.gitignore
@@ -9,4 +9,5 @@ dask-worker-space
9
10
lectures/mathfoo.py
11
lectures/mod.py
12
-lectures/test.py
+lectures/test.py
13
+lectures/exports/
0 commit comments