copy static assets to static directory in S3 for readme.drone.io
This commit is contained in:
parent
7ed0b393a6
commit
cd86948cff
1 changed files with 4 additions and 3 deletions
7
Makefile
7
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/
|
||||
|
|
Loading…
Reference in a new issue