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
|
- apt-get install -y graphviz git
|
||||||
- pip install poetry
|
- pip install poetry
|
||||||
- poetry install
|
- poetry install
|
||||||
- git fetch origin develop && git fetch origin stable
|
- git switch develop
|
||||||
|
- git switch stable
|
||||||
|
- git switch $CI_COMMIT_BRANCH
|
||||||
script:
|
script:
|
||||||
- ./build_docs.sh
|
- ./build_docs.sh
|
||||||
cache:
|
cache:
|
||||||
|
|
Loading…
Reference in New Issue