GitLab CI: do rebuild on pages deploy
This commit is contained in:
parent
680cfe09f8
commit
d9354c8511
1 changed files with 1 additions and 1 deletions
|
@ -85,8 +85,8 @@ docs-deploy:
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
before_script: []
|
|
||||||
script:
|
script:
|
||||||
|
- yarn build
|
||||||
- mv static public
|
- mv static public
|
||||||
- cp public/{index.html,404.html}
|
- cp public/{index.html,404.html}
|
||||||
variables:
|
variables:
|
||||||
|
|
Loading…
Reference in a new issue