From 4df1e521d7dcc0ea1b6386f046a42c982f9a0038 Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Fri, 3 Jun 2022 10:20:19 -0400 Subject: [PATCH] This looked a lot easier on paper --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 44cc6a2..12f5449 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,7 +25,7 @@ steps: port: 22 command_timeout: 2m script: - - /home/thomas/.nvm/versions/node/v17.4.0/bin/node /home/thomas/.nvm/versions/node/v17.4.0/bin/md-to-pdf --stylesheet stylesheet.css --config-file /tmp/resumemd/config.js /tmp/resumemd/Resume.md + - /home/thomas/.nvm/versions/node/v17.4.0/bin/node /home/thomas/.nvm/versions/node/v17.4.0/bin/md-to-pdf --stylesheet /tmp/resumemd/stylesheet.css --config-file /tmp/resumemd/config.js /tmp/resumemd/Resume.md - name: return_pdf image: appleboy/drone-scp