GitLab CI: do rebuild on pages deploy

This commit is contained in:
Alex Gleason
2021-08-23 14:37:21 -05:00
parent 680cfe09f8
commit d9354c8511

View File

@ -85,8 +85,8 @@ docs-deploy:
pages:
stage: deploy
before_script: []
script:
- yarn build
- mv static public
- cp public/{index.html,404.html}
variables: