mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
ci: rename publish stage to deploy
This commit is contained in:
@@ -12,7 +12,7 @@ before_script:
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
- publish
|
- deploy
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
@@ -27,8 +27,8 @@ test:
|
|||||||
paths:
|
paths:
|
||||||
- coverage
|
- coverage
|
||||||
|
|
||||||
docs:
|
pages:
|
||||||
stage: publish
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- npm run documentation
|
- npm run documentation
|
||||||
- mv docs public
|
- mv docs public
|
||||||
|
|||||||
Reference in New Issue
Block a user