Update .github/workflows/main.yml
Some checks failed
CI / Build thesis PDFs (push) Successful in 1m2s
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:16:23 +00:00
parent 4b2be865f2
commit 5f4ae595f1

View File

@ -38,5 +38,7 @@ jobs:
run: apt-get update && apt-get install -y nodejs
- name: Get PDFs
uses: actions/download-artifact@v3
with:
name: Thesis
- name: Run VeraPDF
run: verify Thesis/*.pdf | tee /dev/stderr | grep -qE 'nonCompliant="0" failedJobs="0"'