Skip to content

Commit

Permalink
disable LaTeX install for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaelicke authored Oct 22, 2023
1 parent 74ad912 commit bc9bb22
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,22 @@ jobs:
run: pip3 install -r requirements.rtd.txt
# - name: Upgrade
# run: sudo apt update && sudo apt -y upgrade
- name: Install pdflatex
run: sudo apt install --fix-missing texlive-latex-extra texlive-latex-recommended texlive-fonts-recommended pandoc
continue-on-error: true
# - name: Install pdflatex
# run: sudo apt install --fix-missing texlive-latex-extra texlive-latex-recommended texlive-fonts-recommended pandoc
# continue-on-error: true
- name: make HTML & LaTeX docs
run: |
cd docs
make html
make latex
continue-on-error: true
- name: compile LaTeX
run: |
cd docs/_build/latex
pdflatex -interaction=nonstopmode -halt-on-error SciKitGStat.tex
cd ../..
cp _build/latex/SciKitGStat.pdf _build/html
# make latex
continue-on-error: true
# - name: compile LaTeX
# run: |
# cd docs/_build/latex
# pdflatex -interaction=nonstopmode -halt-on-error SciKitGStat.tex
# cd ../..
# cp _build/latex/SciKitGStat.pdf _build/html
# continue-on-error: true
- name: deploy to gh pages
uses: crazy-max/ghaction-github-pages@v1
with:
Expand Down

0 comments on commit bc9bb22

Please sign in to comment.