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

This commit is contained in:
oleg.petruny 2025-02-12 17:23:58 +00:00
parent 6026e0a6e4
commit 625280bff5

View File

@ -39,6 +39,6 @@ jobs:
- name: Get PDFs
uses: actions/download-artifact@v3
with:
path: ./artifacts
path: Thesis
- name: Run VeraPDF
run: verify Thesis/*.pdf | tee /dev/stderr | grep -qE 'nonCompliant="0" failedJobs="0"'