mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 19:52:53 +00:00
ci: rename publish stage to deploy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user