Skip to content

Commit 923ceff

Browse files
committed
turn off latex builds for now
1 parent 3a2ecae commit 923ceff

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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: |

.github/workflows/publish.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)