mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 14:24:24 +00:00
fixing path in deploy-doc stage
This commit is contained in:
parent
98b6174cd2
commit
7a6b2c3fe7
@ -50,7 +50,7 @@ api-doc-build:
|
|||||||
image: chill/ci-image:php-7
|
image: chill/ci-image:php-7
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir api-doc
|
- mkdir api-doc
|
||||||
script: apigen generate --destination api-doc/$CI_PROJECT_NAME/$CI_BUILD_REF_NAME
|
script: apigen generate --destination api-doc/$CI_BUILD_REF_NAME/$CI_PROJECT_NAME
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "api-doc/"
|
- "api-doc/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user