Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaelicke authored Oct 22, 2023
1 parent e29f161 commit 74ad912
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

docs:
name: Build and deploy documentation
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
needs: test
if: github.ref == 'refs/heads/main'

Expand All @@ -49,7 +49,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@master
with:
python-version: '3.8'
python-version: '3.9'
- name: Install SciKit-GStat
run: |
pip3 install -r requirements.txt
Expand All @@ -59,7 +59,8 @@ jobs:
# - name: Upgrade
# run: sudo apt update && sudo apt -y upgrade
- name: Install pdflatex
run: sudo apt install texlive-latex-extra texlive-latex-recommended texlive-fonts-recommended pandoc
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
Expand Down

0 comments on commit 74ad912

Please sign in to comment.