set phpdoc to always run

This commit is contained in:
Andrew Dolgov 2023-10-21 20:22:59 +03:00
parent e7ddbbb2ce
commit eac076fcd6
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A
1 changed files with 0 additions and 4 deletions

View File

@ -51,11 +51,7 @@ phpdoc:
image: ${PHP_IMAGE}
stage: build
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE != "web" && $PHPDOC_DEPLOY_SSH_KEY != null
changes:
- '**/*.php'
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $PHPDOC_DEPLOY_SSH_KEY != null
when: manual
script:
- php82 /phpDocumentor.phar -d classes -d include -t phpdoc --visibility=public
- mkdir -p ~/.ssh &&