Add web content file to build
This commit is contained in:
@@ -33,7 +33,10 @@ build() {
|
|||||||
|
|
||||||
mkdir -p dist/${NAME}/config
|
mkdir -p dist/${NAME}/config
|
||||||
|
|
||||||
|
# Default files
|
||||||
cp config/config-example.yaml dist/${NAME}/config/config.yaml
|
cp config/config-example.yaml dist/${NAME}/config/config.yaml
|
||||||
|
cp webroot/static/content-example.md dist/${NAME}/webroot/static/content.md
|
||||||
|
|
||||||
cp -R webroot/ dist/${NAME}/webroot/
|
cp -R webroot/ dist/${NAME}/webroot/
|
||||||
cp -R doc/ dist/${NAME}/doc/
|
cp -R doc/ dist/${NAME}/doc/
|
||||||
cp README.md dist/${NAME}
|
cp README.md dist/${NAME}
|
||||||
|
|||||||
Reference in New Issue
Block a user