ci(docs): Deploy docs for changes in develop
This commit is contained in:
parent
2628fa313e
commit
64758a6a7f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue