We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16fd6c commit 936fc4dCopy full SHA for 936fc4d
.github/workflows/ci.yml
@@ -67,23 +67,3 @@ jobs:
67
env:
68
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
69
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
70
- - name: Install latex dependencies
71
- run: |
72
- sudo apt-get -qq update
73
- sudo apt-get install -y \
74
- texlive-latex-recommended \
75
- texlive-latex-extra \
76
- texlive-fonts-recommended \
77
- texlive-fonts-extra \
78
- texlive-xetex \
79
- latexmk \
80
- xindy
81
- - name: Build PDF from LaTeX
82
- shell: bash -l {0}
83
84
- jb build lectures --builder pdflatex --path-output ./ -n --keep-going
85
- - name: Save Build as Artifact
86
- uses: actions/upload-artifact@v1
87
- with:
88
- name: _build
89
- path: _build
0 commit comments