Update .gitlab-ci.yml

This commit is contained in:
Octo Andri 2022-04-18 22:12:38 +00:00
parent 492dfb5d7e
commit 06294465ac
1 changed files with 3 additions and 1 deletions

View File

@ -2,8 +2,10 @@ image: alpine:latest
before_script:
- apk update
- apk add python3 py3-pip wkhtmltopdf
- apk add python3 py3-pip wget
- pip3 install -r Source/requirements.txt
- wget "https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/wkhtmltopdf-0.12.6-r0.apk"
- apk add --allow-untrusted wkhtmltopdf-0.12.6-r0.apk
pages:
stage: deploy