ci(docs): Deploy docs for changes in develop

This commit is contained in:
Georg Krause 2022-10-29 14:34:33 +02:00
parent 2628fa313e
commit 64758a6a7f
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 7 additions and 2 deletions

View File

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