From d838576243814f24599c82c27c8ae1bdbc985f7b Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Fri, 3 Jun 2022 10:27:54 -0400 Subject: [PATCH] SFTP Cache? --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e056599..ab295b3 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 --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: restore_cache image: appleboy/drone-sftp-cache