install from pip instead
Some checks failed
Build and Publish / build_html (push) Successful in 6s
Build and Publish / convert_to_pdf (push) Failing after 16s
Build and Publish / upload_as_release (push) Successful in 2s

This commit is contained in:
2025-12-08 22:27:12 -06:00
parent 9f68438dfe
commit 43183c3d09

View File

@@ -22,7 +22,9 @@ jobs:
steps:
- name: Install weasyprint
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
run: |
weasyprint generated_resume.html resume.pdf