Skip to content

Commit 3376ad0

Browse files
committed
Github Actions: use Prince 15.3
1 parent 851b5fb commit 3376ad0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docusaurus-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
shell: bash
3434
- name: Install Prince
3535
run: |
36-
curl https://www.princexml.com/download/prince_15.2-1_ubuntu22.04_amd64.deb -O
37-
sudo apt install ./prince_15-1_ubuntu22.04_amd64.deb
36+
curl https://www.princexml.com/download/prince_15.3-1_ubuntu22.04_amd64.deb -O
37+
sudo apt install ./prince_15.3-1_ubuntu22.04_amd64.deb
3838
- name: Make the page region image
3939
run: |
4040
cd ./website/samples

.github/workflows/docusaurus-next-release-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
shell: bash
3232
- name: Install Prince
3333
run: |
34-
curl https://www.princexml.com/download/prince_15.2-1_ubuntu22.04_amd64.deb -O
35-
sudo apt install ./prince_15.2-1_ubuntu22.04_amd64.deb
34+
curl https://www.princexml.com/download/prince_15.3-1_ubuntu22.04_amd64.deb -O
35+
sudo apt install ./prince_15.3-1_ubuntu22.04_amd64.deb
3636
- name: Make the page region image
3737
run: |
3838
cd ./website/samples

0 commit comments

Comments
 (0)