chore: Remove sphinx-multiversion
This commit is contained in:
parent
d075c6ae2b
commit
fbaa6e7b71
6 changed files with 8 additions and 38 deletions
|
|
@ -289,9 +289,9 @@ deploy_documentation:
|
|||
- eval `ssh-agent -s`
|
||||
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
|
||||
script:
|
||||
- rsync -r -e "ssh -p 2282" $CI_PROJECT_DIR/public/ docs@docs.funkwhale.audio:/htdocs/
|
||||
only:
|
||||
- stable
|
||||
- rsync -r -e "ssh -p 2282" $CI_PROJECT_DIR/public/ docs@docs.funkwhale.audio:/htdocs/$CI_COMMIT_REF_NAME
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH =~ /(stable|develop)/
|
||||
|
||||
|
||||
.docker_publish:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue