Skip to content

Commit 9917d6b

Browse files
committed
fix CI error
1 parent 856ff37 commit 9917d6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: Build HTML
4141
working-directory: ./lectures
4242
run: |
43-
myst build --ipynb --execute
44-
myst build --html
43+
myst build --ipynb
44+
myst build --html --execute
4545
4646
- name: Upload build output
4747
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)