Make GitLab pages deployment only move static to public
This commit is contained in:
parent
3dd8d8a886
commit
573046b4dc
1 changed files with 1 additions and 4 deletions
|
@ -87,10 +87,7 @@ docs-deploy:
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- yarn build
|
- mv static public
|
||||||
variables:
|
|
||||||
NODE_ENV: production
|
|
||||||
FE_BUILD_DIR: public
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
Loading…
Reference in a new issue