File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed
Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ jobs:
4040 # name: build-cache
4141 # path: _build
4242 # Build Assets (Download Notebooks and PDF via LaTeX)
43- - name : Build PDF from LaTeX
44- shell : bash -l {0}
45- run : |
46- jb build lectures --builder pdflatex --path-output ./ -n --keep-going
47- mkdir -p _build/html/_pdf
48- cp -u _build/latex/*.pdf _build/html/_pdf
43+ # - name: Build PDF from LaTeX
44+ # shell: bash -l {0}
45+ # run: |
46+ # jb build lectures --builder pdflatex --path-output ./ -n --keep-going
47+ # mkdir -p _build/html/_pdf
48+ # cp -u _build/latex/*.pdf _build/html/_pdf
4949 - name : Build Download Notebooks (sphinx-tojupyter)
5050 shell : bash -l {0}
5151 run : |
Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ jobs:
3737 shell : bash -l {0}
3838 run : pip list
3939 # Build Assets (Download Notebooks and PDF via LaTeX)
40- - name : Build PDF from LaTeX
41- shell : bash -l {0}
42- run : |
43- jb build lectures --builder pdflatex --path-output ./ -n --keep-going
44- - name : Copy LaTeX PDF for GH-PAGES
45- shell : bash -l {0}
46- run : |
47- mkdir -p _build/html/_pdf
48- cp -u _build/latex/*.pdf _build/html/_pdf
40+ # - name: Build PDF from LaTeX
41+ # shell: bash -l {0}
42+ # run: |
43+ # jb build lectures --builder pdflatex --path-output ./ -n --keep-going
44+ # - name: Copy LaTeX PDF for GH-PAGES
45+ # shell: bash -l {0}
46+ # run: |
47+ # mkdir -p _build/html/_pdf
48+ # cp -u _build/latex/*.pdf _build/html/_pdf
4949 - name : Build Download Notebooks (sphinx-tojupyter)
5050 shell : bash -l {0}
5151 run : |
You can’t perform that action at this time.
0 commit comments