From cd86948cfff88a3e7e92a91f509e9f63ea0b6948 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Wed, 7 Oct 2015 14:41:30 -0700 Subject: [PATCH] copy static assets to static directory in S3 for readme.drone.io --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5ddfdf6fd..648830edf 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,8 @@ vendor: docs: mkdir -p /drone/tmp/docs + mkdir -p /drone/tmp/static cp -a static/docs_gen/* /drone/tmp/docs/ - cp -a static/scripts_gen /drone/tmp/ - cp -a static/styles_gen /drone/tmp/ - cp -a static/images /drone/tmp/ + cp -a static/scripts_gen /drone/tmp/static/ + cp -a static/styles_gen /drone/tmp/static/ + cp -a static/images /drone/tmp/static/