diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9eb1e0c..64797e2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,5 @@ jobs: run: apt-get update && apt-get install -y nodejs - name: Get PDFs uses: actions/download-artifact@v3 - with: - path: Thesis - name: Run VeraPDF run: verify Thesis/*.pdf | tee /dev/stderr | grep -qE 'nonCompliant="0" failedJobs="0"'