Make GitLab pages deployment only move static to public

merge-requests/729/head
Sean King 3 years ago
parent 3dd8d8a886
commit 573046b4dc
No known key found for this signature in database
GPG Key ID: 510C52BACD6E7257

@ -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…
Cancel
Save