Skip to content

Commit 46427c2

Browse files
authored
Enable PDF for publishing workflow (#239)
1 parent 1f0a96b commit 46427c2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/publish.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ 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-
# - 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
5858
- name: Build Download Notebooks (sphinx-tojupyter)
5959
shell: bash -l {0}
6060
run: |

0 commit comments

Comments
 (0)