Skip to content

Commit

Permalink
update prince xml to latest (15.4.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
joswig committed Nov 8, 2024
1 parent edd1a9f commit 0b0b6bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate-pdfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
node-version: 'lts/*'
- name: Install Prince
run: |
curl https://www.princexml.com/download/prince-15-linux-generic-x86_64.tar.gz -O
tar zxf prince-15-linux-generic-x86_64.tar.gz
cd prince-15-linux-generic-x86_64
curl https://www.princexml.com/download/prince-15.4.1-linux-generic-x86_64.tar.gz -O
tar zxf prince-15.4.1-linux-generic-x86_64.tar.gz
cd prince-15.4.1-linux-generic-x86_64
yes "" | sudo ./install.sh
- name: Generate PDFs
run: sh ./generate-pdfs/generate-pdfs.sh
Expand Down

0 comments on commit 0b0b6bd

Please sign in to comment.