We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
poppler-utils
pdfinfo
1 parent 740e9e0 commit 71fba90Copy full SHA for 71fba90
.github/workflows/release.yml
@@ -171,6 +171,10 @@ jobs:
171
env:
172
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
173
run: gh workflow run deploy-docs.yml --repo junit-team/junit-framework --ref docs-site
174
+ - name: Install Poppler (for pdfinfo)
175
+ run: |
176
+ sudo apt-get update
177
+ sudo apt-get install --yes poppler-utils
178
- name: Wait for deployment
179
if: ${{ inputs.dryRun == false }}
180
id: pagesDeployment
0 commit comments