Skip to content

Commit

Permalink
Merge pull request #263 from scottclowe/ci+bug_doc-latexpdf
Browse files Browse the repository at this point in the history
CI: Remove broken pdf documentation action
  • Loading branch information
scottclowe committed Sep 1, 2021
2 parents 10a6cd9 + 1db0bbb commit 7c48d18
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/docs.yaml
Expand Up @@ -18,25 +18,3 @@ jobs:
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"

docs-pdf:
if: |
github.event_name == 'pull_request' ||
startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Build PDF docs
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
pre-build-command: "apt-get update -y && apt-get install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended"
build-command: "make latexpdf"

- uses: actions/upload-artifact@v2
if: startsWith(github.ref, 'refs/tags')
with:
name: Documentation
path: docs/_build/latex/*.pdf
retention-days: 7

0 comments on commit 7c48d18

Please sign in to comment.