File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 44
44
# name: build-cache
45
45
# path: _build
46
46
# Build Assets (Download Notebooks, PDF via LaTeX)
47
+ - name : Build PDF from LaTeX
48
+ shell : bash -l {0}
49
+ run : |
50
+ jb build lectures --builder pdflatex --path-output ./ -n -W --keep-going
51
+ - name : Copy LaTeX PDF for GH-PAGES
52
+ shell : bash -l {0}
53
+ run : |
54
+ mkdir -p _build/html/_pdf
55
+ cp -u _build/latex/*.pdf _build/html/_pdf
47
56
- name : Build Download Notebooks (sphinx-tojupyter)
48
57
shell : bash -l {0}
49
58
run : |
58
67
run : |
59
68
mkdir -p _build/html/_notebooks
60
69
cp -u _build/jupyter/*.ipynb _build/html/_notebooks
61
- - name : Build PDF from LaTeX
62
- shell : bash -l {0}
63
- run : |
64
- jb build lectures --builder pdflatex --path-output ./ -n -W --keep-going
65
- - name : Copy LaTeX PDF for GH-PAGES
66
- shell : bash -l {0}
67
- run : |
68
- mkdir -p _build/html/_pdf
69
- cp -u _build/latex/*.pdf _build/html/_pdf
70
70
# Final Build of HTML (with assets)
71
71
- name : Build HTML
72
72
shell : bash -l {0}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
3
3
- default
4
4
dependencies :
5
5
- python=3.8
6
- - anaconda=2021.05
6
+ - anaconda=2021.11
7
7
- pip
8
8
- pip :
9
9
- jupyter-book==0.12.1
You can’t perform that action at this time.
0 commit comments