File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,20 +43,20 @@ jobs:
43
43
- name : Build Download Notebooks (sphinx-tojupyter)
44
44
shell : bash -l {0}
45
45
run : |
46
- jb build lectures --path-output ./ --builder=custom --custom-builder=jupyter
46
+ jb build lectures --path-output ./ --builder=custom --custom-builder=jupyter -n -W --keep-going
47
47
mkdir -p _build/html/_notebooks
48
48
cp -u _build/jupyter/*.ipynb _build/html/_notebooks
49
49
- name : Build PDF from LaTeX
50
50
shell : bash -l {0}
51
51
run : |
52
- jb build lectures --builder pdflatex --path-output ./ -n --keep-going
52
+ jb build lectures --builder pdflatex --path-output ./ -n -W - -keep-going
53
53
mkdir _build/html/_pdf
54
54
cp -u _build/latex/*.pdf _build/html/_pdf
55
55
# Final Build of HTML
56
56
- name : Build HTML
57
57
shell : bash -l {0}
58
58
run : |
59
- jb build lectures --path-output ./
59
+ jb build lectures --path-output ./ -n -W --keep-going
60
60
- name : Preview Deploy to Netlify
61
61
62
62
with :
Original file line number Diff line number Diff line change 47
47
- name : Build Download Notebooks (sphinx-tojupyter)
48
48
shell : bash -l {0}
49
49
run : |
50
- jb build lectures --path-output ./ --builder=custom --custom-builder=jupyter
50
+ jb build lectures --path-output ./ --builder=custom --custom-builder=jupyter -n -W --keep-going
51
51
zip -r download-notebooks.zip _build/jupyter
52
52
- uses : actions/upload-artifact@v2
53
53
with :
61
61
- name : Build PDF from LaTeX
62
62
shell : bash -l {0}
63
63
run : |
64
- jb build lectures --builder pdflatex --path-output ./ -n --keep-going
64
+ jb build lectures --builder pdflatex --path-output ./ -n -W - -keep-going
65
65
- name : Copy LaTeX PDF for GH-PAGES
66
66
shell : bash -l {0}
67
67
run : |
71
71
- name : Build HTML
72
72
shell : bash -l {0}
73
73
run : |
74
- jb build lectures --path-output ./
74
+ jb build lectures --path-output ./ -n -W --keep-going
75
75
- name : Deploy website to gh-pages
76
76
uses : peaceiris/actions-gh-pages@v3
77
77
with :
You can’t perform that action at this time.
0 commit comments