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:
|
||||
stage: deploy
|
||||
script:
|
||||
- yarn build
|
||||
variables:
|
||||
NODE_ENV: production
|
||||
FE_BUILD_DIR: public
|
||||
- mv static public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
Loading…
Reference in a new issue