build: merge static files into build
This commit is contained in:
parent
fa972fd074
commit
5ee45209d8
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ pages:
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
|
- cp -r static/* build/
|
||||||
- mv build public
|
- mv build public
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue