From 7675355d315c05e323a7ade83e0c9b48d7e46bc0 Mon Sep 17 00:00:00 2001 From: gregandev Date: Thu, 15 Jun 2023 18:11:28 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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: