Update pull_request.yml

testing a small refactor
pull/68/head
Steve Miller 2021-08-18 06:31:28 -04:00 zatwierdzone przez GitHub
rodzic 9e367aa646
commit c5ed261c43
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 5 usunięć

Wyświetl plik

@ -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: