Skip to content

Commit

Permalink
pdf: ignore warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Aug 18, 2023
1 parent 844c0e7 commit bff137c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
jupyter-book build --warningiserror --nitpick .
jupyter-book build --builder latex .
- uses: xu-cheng/latex-action@v2
with: {working_directory: _build/latex, root_file: book.tex}
with:
working_directory: _build/latex
root_file: book.tex
args: -pdf -file-line-error -f -interaction=nonstopmode
- run: cp _build/latex/book.pdf _build/html/
- uses: actions/upload-pages-artifact@v2
with: {path: _build/html}
Expand Down

0 comments on commit bff137c

Please sign in to comment.