Update .github/workflows/main.yml
Some checks failed
CI / Build thesis PDFs (push) Failing after 46s
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:09:18 +00:00
parent 3815d449c3
commit 9011fde91c

View File

@ -15,9 +15,8 @@ jobs:
container: { image: 'aergus/latex' } container: { image: 'aergus/latex' }
steps: steps:
- uses: actions/setup-node@v4 - name: Install nodejs
with: run: apt-get update && apt-get install -y nodejs
node-version: 18
- uses: actions/checkout@v3 - 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