From bbf3393a4d7acfc0757eda8f37f5678b71df1719 Mon Sep 17 00:00:00 2001 From: Steve Miller <43918257+kc1awv@users.noreply.github.com> Date: Wed, 18 Aug 2021 06:54:08 -0400 Subject: [PATCH] Update pull_request.yml dropping PDF for now --- .github/workflows/pull_request.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 84ac444..1164f0c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -10,15 +10,9 @@ jobs: - 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-xetex texlive-latex-extra texlive-fonts-recommended fonts-freefont-otf xindy" - build-command: "make html && make latexpdf" + build-command: "make html" # Create an artifact of the html output. - uses: actions/upload-artifact@v1 with: name: DocumentationHTML path: docs/_build/html/ - # Create an artifact of the pdf output. - - uses: actions/upload-artifact@v1 - with: - name: DocumentationPDFSpecification - path: docs/_build/latex/