From 64758a6a7f1aed0bbe85c0c193395d864f0be24b Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Sat, 29 Oct 2022 14:34:33 +0200 Subject: [PATCH] ci(docs): Deploy docs for changes in develop --- .gitlab-ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6cc09448f..7d49ad13f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -327,8 +327,13 @@ build_documentation: artifacts: paths: - public - only: - - stable@funkwhale/funkwhale + rules: + - if: $CI_COMMIT_BRANCH == "stable" + when: always + - if: $CI_COMMIT_BRANCH == "develop" + changes: + - docs/**/* + when: always tags: - docker