mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-06-07 09:58:51 +00:00
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:
|
docs:
|
||||||
mkdir -p /drone/tmp/docs
|
mkdir -p /drone/tmp/docs
|
||||||
|
mkdir -p /drone/tmp/static
|
||||||
cp -a static/docs_gen/* /drone/tmp/docs/
|
cp -a static/docs_gen/* /drone/tmp/docs/
|
||||||
cp -a static/scripts_gen /drone/tmp/
|
cp -a static/scripts_gen /drone/tmp/static/
|
||||||
cp -a static/styles_gen /drone/tmp/
|
cp -a static/styles_gen /drone/tmp/static/
|
||||||
cp -a static/images /drone/tmp/
|
cp -a static/images /drone/tmp/static/
|
||||||
|
|
Loading…
Reference in a new issue