Skip to content

Commit 091dfb1

Browse files
committed
Update deploy.yml
1 parent 31c21ab commit 091dfb1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
timeout-minutes: 15
3838
run: |
3939
set -e
40-
jupyter book build .
40+
jupyter book build --html
41+
test -d ./_build/html
4142
4243
- name: Upload artifact
4344
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)