Skip to content

Commit 08bc4c1

Browse files
Change download url for wkhtml
2 parents c1b9b85 + 5bc5162 commit 08bc4c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: download and install wkhtml
1717
run: |
1818
sudo apt install curl
19-
sudo curl -kLO https://downloads.wkhtmltopdf.org/0.12/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
19+
sudo curl -kLO https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
2020
sudo tar vxf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
2121
sudo mv wkhtmltox/bin/wkhtmlto* /usr/bin
2222
- name: Build with Gradle

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def stageBuild(def context) {
3131
// get wkhtml
3232
sh (
3333
script : """
34-
curl -kLO https://downloads.wkhtmltopdf.org/0.12/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
34+
curl -kLO https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
3535
tar vxf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
3636
mv wkhtmltox/bin/wkhtmlto* /usr/bin
3737
""",

0 commit comments

Comments
 (0)