diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3bc490229..34e101953 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,8 +85,8 @@ docs-deploy: pages: stage: deploy - before_script: [] script: + - yarn build - mv static public - cp public/{index.html,404.html} variables: