Update .github/workflows/main.yml
Some checks failed
CI / Build thesis PDFs (push) Successful in 1m10s
CI / Build thesis PDFs and push them to pages (push) Failing after 2s
CI / Verify PDF/A (push) Failing after 13s

This commit is contained in:
oleg.petruny 2025-02-12 17:48:39 +00:00
parent 86ce01e6f1
commit 0137565e24

View File

@ -35,7 +35,7 @@ jobs:
steps: steps:
- name: Install nodejs - name: Install nodejs
run: apt-get update && apt-get install -y nodejs run: apt-get update && apt-get install -y nodejs && node --version
- name: Get PDFs - name: Get PDFs
uses: actions/download-artifact@v2 uses: actions/download-artifact@v2
- name: Run VeraPDF - name: Run VeraPDF