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

This commit is contained in:
oleg.petruny 2025-02-12 18:50:17 +00:00
parent 7ba54b5317
commit 6d12c4d468

View File

@ -37,6 +37,6 @@ jobs:
- name: Install nodejs
run: apt-get update && apt-get install -y nodejs && node --version
- name: Get PDFs
uses: actions/download-artifact@v2
uses: https://gitea.com/actions/download-artifact@v3
- name: Run VeraPDF
run: verify Thesis/*.pdf | tee /dev/stderr | grep -qE 'nonCompliant="0" failedJobs="0"'