Skip to content

Commit

Permalink
Fix Build (Buster now oldstable)
Browse files Browse the repository at this point in the history
Work-around for failing update. Lacks `latexmk` otherwise.
See
  ammaraskar/sphinx-action#33 (comment)
  • Loading branch information
ax3l committed Sep 10, 2021
1 parent 9bbcc36 commit 395c8be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
steps:
- uses: actions/checkout@v1
# PDF
- uses: ammaraskar/sphinx-action@master
- uses: ax3l/sphinx-action@newer-sphinx
with:
docs-folder: "docs/"
pre-build-command: "apt-get update -y && apt-get install -y $(cat docs/ubuntu-package.list) && python -m pip install -r docs/requirements.txt"
build-command: "make latexpdf"
# HTML
- uses: ammaraskar/sphinx-action@master
- uses: ax3l/sphinx-action@newer-sphinx
with:
docs-folder: "docs/"

Expand Down

0 comments on commit 395c8be

Please sign in to comment.