Make develop and stable available in pages job
This commit is contained in:
parent
6d031b2c4f
commit
a0fa6a3b8a
|
@ -251,7 +251,9 @@ pages:
|
|||
- apt-get install -y graphviz git
|
||||
- pip install poetry
|
||||
- poetry install
|
||||
- git fetch origin develop && git fetch origin stable
|
||||
- git switch develop
|
||||
- git switch stable
|
||||
- git switch $CI_COMMIT_BRANCH
|
||||
script:
|
||||
- ./build_docs.sh
|
||||
cache:
|
||||
|
|
Loading…
Reference in New Issue