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
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

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: