mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 06:26:15 +02:00
Added install wkhtmltopdf step to github actions
This commit is contained in:
parent
a6ceba3100
commit
c8b65f4328
1 changed files with 7 additions and 0 deletions
7
.github/workflows/ruby.yml
vendored
7
.github/workflows/ruby.yml
vendored
|
@ -33,6 +33,13 @@ jobs:
|
||||||
bundle config set deployment '[secure]'
|
bundle config set deployment '[secure]'
|
||||||
bundle env
|
bundle env
|
||||||
head -n1 $(which bundle)
|
head -n1 $(which bundle)
|
||||||
|
|
||||||
|
- name: Install wkhtmltopdf (push)
|
||||||
|
run: |
|
||||||
|
sudo apt-get install -y xfonts-base xfonts-75dpi
|
||||||
|
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.jammy_amd64.deb
|
||||||
|
sudo dpkg -i wkhtmltox_0.12.6.1-2.jammy_amd64.deb
|
||||||
|
if: github.event_name == 'push'
|
||||||
|
|
||||||
- name: Set ENV for codeclimate (pull_request)
|
- name: Set ENV for codeclimate (pull_request)
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue