Skip to content

Commit

Permalink
Update sphinx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickvossler18 committed Jul 14, 2024
1 parent cd29efc commit 3b5fc21
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.9.x'
- name: Install pandoc and LaTeX dependencies
run: |
sudo apt-get update
sudo apt-get install -y pandoc
sudo apt-get install -y texlive-latex-recommended texlive-latex-extra dvipng texlive-fonts-recommended
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -23,7 +28,6 @@ jobs:
run: python -m build
- name: Build HTML
run: |
apt-get update -y --allow-releaseinfo-change && apt-get install -y git pandoc latexmk texlive-latex-recommended texlive-latex-extra dvipng texlive-fonts-recommended
cd docs
make html
- name: Upload artifacts
Expand Down

0 comments on commit 3b5fc21

Please sign in to comment.