diff --git a/.drone.yml b/.drone.yml index 82005ae..aa12708 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,6 +47,12 @@ steps: key: from_secret: RSYNC_SSH_KEY +- name: web CV to PDF + image: python + commands: + - python3 -m pip install weasyprint + - python3 web-to-pdf.py + - name: deploy cv on terminal-cv image: drillster/drone-rsync settings: