ci(docs): Deploy docs for changes in develop
This commit is contained in:
parent
2628fa313e
commit
64758a6a7f
|
@ -327,8 +327,13 @@ build_documentation:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
only:
|
rules:
|
||||||
- stable@funkwhale/funkwhale
|
- if: $CI_COMMIT_BRANCH == "stable"
|
||||||
|
when: always
|
||||||
|
- if: $CI_COMMIT_BRANCH == "develop"
|
||||||
|
changes:
|
||||||
|
- docs/**/*
|
||||||
|
when: always
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue