diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6cea6811..fd5f8811 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ before_script: stages: - build - test - - publish + - deploy build: stage: build @@ -27,8 +27,8 @@ test: paths: - coverage -docs: - stage: publish +pages: + stage: deploy script: - npm run documentation - mv docs public