From ac7484f757469af6631be319445eae12a5e98aa5 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 2 Feb 2022 10:12:24 +0100 Subject: Copy files when building because symlinks don't work --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index f5574e8..8ec159d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,6 +9,7 @@ steps: image: alpine/git commands: - git submodule update --init --recursive + - cp -rv garage/doc/book content/documentation - name: build-css image: node @@ -43,6 +44,6 @@ steps: - pull_request --- kind: signature -hmac: cb40337a18f18f71a9a382900a2f38496aa0b7b35f35acd69ca119df9e0f90de +hmac: bb766660f6abee755fe7b3e2a9577fe7628103cde2e20b4fdb584bd390d491c9 ... -- cgit v1.2.3