Skip to content

Commit

Permalink
Github Actions: use Prince 15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
csant committed Feb 14, 2024
1 parent 851b5fb commit 3376ad0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docusaurus-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
shell: bash
- name: Install Prince
run: |
curl https://www.princexml.com/download/prince_15.2-1_ubuntu22.04_amd64.deb -O
sudo apt install ./prince_15-1_ubuntu22.04_amd64.deb
curl https://www.princexml.com/download/prince_15.3-1_ubuntu22.04_amd64.deb -O
sudo apt install ./prince_15.3-1_ubuntu22.04_amd64.deb
- name: Make the page region image
run: |
cd ./website/samples
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docusaurus-next-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
shell: bash
- name: Install Prince
run: |
curl https://www.princexml.com/download/prince_15.2-1_ubuntu22.04_amd64.deb -O
sudo apt install ./prince_15.2-1_ubuntu22.04_amd64.deb
curl https://www.princexml.com/download/prince_15.3-1_ubuntu22.04_amd64.deb -O
sudo apt install ./prince_15.3-1_ubuntu22.04_amd64.deb
- name: Make the page region image
run: |
cd ./website/samples
Expand Down

0 comments on commit 3376ad0

Please sign in to comment.