Skip to content

Commit

Permalink
FIX: No doc build on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Apr 29, 2024
1 parent b359e45 commit 0ff70ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,13 @@ jobs:
run: |
sudo apt-get update
sudo apt install texlive texlive-latex-extra latexmk dvipng
if: runner.os == 'Linux'

- name: Build documentation
run: |
make -C doc html SPHINXOPTS="-nT"
make -C doc latexpdf SPHINXOPTS="-nT"
if: runner.os == 'Linux'

prerelease:
runs-on: ${{ matrix.os }}-latest
Expand Down

0 comments on commit 0ff70ab

Please sign in to comment.