Update pull_request.yml

dropping PDF for now
pull/69/head
Steve Miller 2021-08-18 06:54:08 -04:00 zatwierdzone przez GitHub
rodzic 8c195e996c
commit bbf3393a4d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 7 usunięć

Wyświetl plik

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