ci: rename publish stage to deploy

This commit is contained in:
Anselm Stordeur
2018-11-28 19:05:35 +01:00
parent ac589f0173
commit 77c5be6747

View File

@@ -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