install from pip instead
This commit is contained in:
@@ -22,7 +22,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install weasyprint
|
- name: Install weasyprint
|
||||||
run: |
|
run: |
|
||||||
sudo apt update && sudo apt install weasyprint -y
|
sudo apt-get update
|
||||||
|
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y python3-pip libpango-1.0-0 libpangoft2-1.0-0
|
||||||
|
pip3 install weasyprint
|
||||||
- name: Convert to pdf
|
- name: Convert to pdf
|
||||||
run: |
|
run: |
|
||||||
weasyprint generated_resume.html resume.pdf
|
weasyprint generated_resume.html resume.pdf
|
||||||
|
|||||||
Reference in New Issue
Block a user