File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 """ ,
You can’t perform that action at this time.
0 commit comments