mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-07-14 23:54:56 +00:00
copy static assets to static directory in S3 for readme.drone.io
This commit is contained in:
parent
7ed0b393a6
commit
cd86948cff
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 New Issue
Block a user