File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 53
53
mkdir -p _build/html/_notebooks
54
54
cp -u _build/jupyter/*.ipynb _build/html/_notebooks
55
55
# Build HTML (Website)
56
+ # BUG: rm .doctress to remove `sphinx` rendering issues for ipywidget mimetypes
57
+ # and clear the sphinx cache for building final HTML documents.
56
58
- name : Build HTML
57
59
shell : bash -l {0}
58
60
run : |
61
+ rm -r _build/.doctrees
59
62
jb build lectures --path-output ./
60
63
- name : Save Build as Artifact
61
64
uses : actions/upload-artifact@v1
Original file line number Diff line number Diff line change 63
63
mkdir -p _build/html/_notebooks
64
64
cp -u _build/jupyter/*.ipynb _build/html/_notebooks
65
65
# Build HTML (Website)
66
+ # BUG: rm .doctress to remove `sphinx` rendering issues for ipywidget mimetypes
67
+ # and clear the sphinx cache for building final HTML documents.
66
68
- name : Build HTML
67
69
shell : bash -l {0}
68
70
run : |
71
+ rm -r _build/.doctrees
69
72
jb build lectures --path-output ./
70
73
- name : Deploy website to gh-pages
71
74
uses : peaceiris/actions-gh-pages@v3
You can’t perform that action at this time.
0 commit comments