Make GitLab pages deployment only move static to public

This commit is contained in:
Sean King 2021-09-06 21:48:42 -06:00
parent 3dd8d8a886
commit 573046b4dc
No known key found for this signature in database
GPG key ID: 510C52BACD6E7257

View file

@ -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