[CI] Move to newer latex action
Some checks failed
Build docs / build_docs (push) Failing after 8s

This commit is contained in:
2025-12-22 21:04:53 +01:00
parent 284d957a92
commit d3ebc929a0

View File

@@ -16,10 +16,8 @@ jobs:
username: ${{ vars.REGISTRY_USER_USERNAME }}
password: ${{ secrets.REGISTRY_USER_PASSWORD }}
registry: ${{ vars.REGISTRY_BASE_URL }}
- name: Check auth
run: "cat ~/.docker/config.json | grep git.janishutz"
- name: Run build
uses: actions/latex@v2
uses: actions/latex@main
with:
args: "-latexoption=-file-line-error -latexoption=-interaction=nonstopmode docs/docs.tex"
image: ${{ vars.REGISTRY_NAME }}/latex-build