From c5ed261c4305855362206322419e75c6ac2b23c1 Mon Sep 17 00:00:00 2001 From: Steve Miller <43918257+kc1awv@users.noreply.github.com> Date: Wed, 18 Aug 2021 06:31:28 -0400 Subject: [PATCH] Update pull_request.yml testing a small refactor --- .github/workflows/pull_request.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 5178169..84ac444 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -7,15 +7,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - uses: ammaraskar/sphinx-action@master - with: - build-command: "make html" - docs-folder: "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-xetex texlive-latex-extra texlive-fonts-recommended fonts-freefont-otf xindy" - build-command: "make latexpdf" + build-command: "make html && make latexpdf" # Create an artifact of the html output. - uses: actions/upload-artifact@v1 with: