summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-04-01 09:35:54 +0300
committerAndrew Dolgov <[email protected]>2023-04-01 09:35:54 +0300
commit088dd049b59258740cea37cd19f58e1b32e32169 (patch)
tree29c4a0cb61e03d4dddadddff36fde6485adad66e /.gitlab-ci.yml
parent28a911a2a8414524f5d9851a1348129b6fe1a55b (diff)
fix phpdoc stage
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8230a085a..8100af1ed 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,7 @@
stages:
- lint
- build
+ - docs
.build-master:
image:
@@ -95,7 +96,7 @@ ttrss-fpm-pgsql-static:
phpdoc:
image:
name: ${CI_DOCKER_IMAGE}
- stage: deploy
+ stage: docs
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
changes: