Update .github/workflows/main.yml
Some checks failed
CI / Build thesis PDFs (push) Failing after 1m16s
CI / Verify PDF/A (push) Has been skipped
CI / Build thesis PDFs and push them to pages (push) Failing after 2s

This commit is contained in:
oleg.petruny 2025-02-12 17:04:30 +00:00
parent 008338519b
commit 59347ac757

View File

@ -21,7 +21,7 @@ jobs:
- 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
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: Thesis name: Thesis
path: | path: |
@ -37,6 +37,6 @@ jobs:
- name: Install nodejs - name: Install nodejs
run: apt-get update && apt-get install -y nodejs run: apt-get update && apt-get install -y nodejs
- name: Get PDFs - name: Get PDFs
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
- name: Run VeraPDF - name: Run VeraPDF
run: verify Thesis/*.pdf | tee /dev/stderr | grep -qE 'nonCompliant="0" failedJobs="0"' run: verify Thesis/*.pdf | tee /dev/stderr | grep -qE 'nonCompliant="0" failedJobs="0"'