Skip to content

Commit c9e9b20

Browse files
authored
MAINT: Disable book style PDF (#233)
1 parent 6d947e1 commit c9e9b20

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
name: build-cache
4747
path: _build
4848
# 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-
mkdir -p _build/html/_pdf
54-
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+
# mkdir -p _build/html/_pdf
54+
# cp -u _build/latex/*.pdf _build/html/_pdf
5555
- name: Build Download Notebooks (sphinx-tojupyter)
5656
shell: bash -l {0}
5757
run: |

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
name: build-cache
5151
path: _build
5252
# Build Assets (Download Notebooks and PDF via LaTeX)
53-
- name: Build PDF from LaTeX
54-
shell: bash -l {0}
55-
run: |
56-
jb build lectures --builder pdflatex --path-output ./ -n --keep-going
57-
mkdir -p _build/html/_pdf
58-
cp -u _build/latex/*.pdf _build/html/_pdf
53+
# - name: Build PDF from LaTeX
54+
# shell: bash -l {0}
55+
# run: |
56+
# jb build lectures --builder pdflatex --path-output ./ -n --keep-going
57+
# mkdir -p _build/html/_pdf
58+
# cp -u _build/latex/*.pdf _build/html/_pdf
5959
- name: Build Download Notebooks (sphinx-tojupyter)
6060
shell: bash -l {0}
6161
run: |

0 commit comments

Comments
 (0)