diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-02 10:12:24 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-02 10:12:24 +0100 |
commit | ac7484f757469af6631be319445eae12a5e98aa5 (patch) | |
tree | 93acd5090a3752e6e2e8d564366f10bf932cab89 /.drone.yml | |
parent | f5afa3d974e631de75c438cf2941a88440e2cf69 (diff) | |
download | garagehq.deuxfleurs.fr-ac7484f757469af6631be319445eae12a5e98aa5.tar.gz garagehq.deuxfleurs.fr-ac7484f757469af6631be319445eae12a5e98aa5.zip |
Copy files when building because symlinks don't work
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ... |