fix
Some checks failed
CI / Build thesis PDFs (push) Failing after 4s
CI / Verify PDF/A (push) Has been skipped
CI / Build thesis PDFs and push them to pages (push) Failing after 3s

This commit is contained in:
oleg.petruny 2025-02-12 08:11:50 +00:00
parent 9011fde91c
commit 802a43b669

View File

@ -15,9 +15,7 @@ jobs:
container: { image: 'aergus/latex' } container: { image: 'aergus/latex' }
steps: steps:
- name: Install nodejs - uses: actions/checkout@v4
run: apt-get update && apt-get install -y nodejs
- uses: actions/checkout@v3
- name: Build the thesis - name: Build the thesis
run: latexmk thesis && latexmk abstract-cz && latexmk abstract-en run: latexmk thesis && latexmk abstract-cz && latexmk abstract-en
- name: Upload artifacts - name: Upload artifacts