From 35827eb14ce9569eee3177f144d8d3f9dc7ca95c Mon Sep 17 00:00:00 2001 From: 3wc <3wc.github@doesthisthing.work> Date: Fri, 17 Nov 2023 14:32:33 +0000 Subject: [PATCH] Another attempt at caching --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.drone.yml b/.drone.yml index 3790682..06b6452 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,11 +11,16 @@ steps: volumes: - name: cache path: /cache + - name: lib + path: /usr/local/lib/R/site-library - name: build quarto site image: cynkra/quarto-r:1.4.169-4.3.1 commands: - 'echo "install.packages(\"rmarkdown\")" | r -' - quarto render + volumes: + - name: lib + path: /usr/local/lib/R/site-library - name: deploy to washweb.org image: git.coopcloud.tech/coop-cloud/docker-cp-deploy:latest settings: @@ -53,9 +58,13 @@ steps: volumes: - name: cache path: /cache + - name: lib + path: /usr/local/lib/R/site-library volumes: - name: cache host: path: /tmp/drone/cache +- name: lib + temp: {}