switch to mff-cuni-cz validator image
Refs https://github.com/mff-cuni-cz/cuni-thesis-validator/pull/2
This commit is contained in:
parent
fae0fc0420
commit
f7934e2d89
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
name: Verify PDF/A
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
container: { image: 'ghcr.io/exaexa/cuni-thesis-validator' }
|
||||
container: { image: 'ghcr.io/mff-cuni-cz/cuni-thesis-validator' }
|
||||
|
||||
steps:
|
||||
- name: Get PDFs
|
||||
|
@ -22,6 +22,6 @@ latexmk:
|
||||
|
||||
verapdf:
|
||||
stage: verify
|
||||
image: ghcr.io/exaexa/cuni-thesis-validator
|
||||
image: ghcr.io/mff-cuni-cz/cuni-thesis-validator
|
||||
script: |
|
||||
verify *.pdf |tee /dev/stderr |grep -qE 'nonCompliant="0"'
|
||||
|
Loading…
Reference in New Issue
Block a user