fixing path in deploy-doc stage

This commit is contained in:
Julien Fastré 2016-12-14 16:36:34 +01:00
parent 98b6174cd2
commit 7a6b2c3fe7

View File

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