Skip to content

Commit 936fc4d

Browse files
committed
sanitize problematic merge
1 parent a16fd6c commit 936fc4d

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -67,23 +67,3 @@ jobs:
6767
env:
6868
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
6969
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-
run: |
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

Comments
 (0)