Skip to content

Commit

Permalink
ci: check if can skip installing texlive
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl committed Aug 23, 2023
1 parent de1c6d0 commit 340d948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-build-pdf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container: readthedocs/build:6.0
strategy:
fail-fast: false
steps:
Expand All @@ -18,5 +19,4 @@ jobs:
pip install -r requirements.txt
- name: Sphinx build - pdf
run: |
sudo apt-get update && sudo apt-get -y --no-install-recommends install latexmk texlive-full
make latexpdf

0 comments on commit 340d948

Please sign in to comment.