File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ jobs:
46
46
name : build-cache
47
47
path : _build
48
48
# Build Assets (Download Notebooks and PDF via LaTeX)
49
- # - name: Build PDF from LaTeX
50
- # shell: bash -l {0}
51
- # run: |
52
- # jb build lectures --builder pdflatex --path-output ./ -n --keep-going
53
- # - name: Copy LaTeX PDF for GH-PAGES
54
- # shell: bash -l {0}
55
- # run: |
56
- # mkdir -p _build/html/_pdf
57
- # cp -u _build/latex/*.pdf _build/html/_pdf
49
+ - name : Build PDF from LaTeX
50
+ shell : bash -l {0}
51
+ run : |
52
+ jb build lectures --builder pdflatex --path-output ./ -n --keep-going
53
+ - name : Copy LaTeX PDF for GH-PAGES
54
+ shell : bash -l {0}
55
+ run : |
56
+ mkdir -p _build/html/_pdf
57
+ cp -u _build/latex/*.pdf _build/html/_pdf
58
58
- name : Build Download Notebooks (sphinx-tojupyter)
59
59
shell : bash -l {0}
60
60
run : |
You can’t perform that action at this time.
0 commit comments