Skip to content

Commit

Permalink
Updating the Prince download link for the Github Action.
Browse files Browse the repository at this point in the history
  • Loading branch information
csant committed Nov 23, 2022
1 parent 1f68d2a commit e97e83e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docusaurus-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
shell: bash
- name: Install Prince
run: |
curl https://www.princexml.com/download/prince-14.3-ubuntu22.04-amd64.tar.gz -O
tar zxf prince-14.3-ubuntu20.04-amd64.tar.gz
cd prince-14.3-ubuntu20.04-amd64
curl https://www.princexml.com/download/prince-15-ubuntu22.04-amd64.tar.gz -O
tar zxf prince-15-ubuntu22.04-amd64.tar.gz
cd prince-15-ubuntu20.04-amd64
yes "" | sudo ./install.sh
- name: Make the page region image
run: |
Expand Down

0 comments on commit e97e83e

Please sign in to comment.