Make develop and stable available in pages job

This commit is contained in:
Georg Krause 2022-03-17 21:01:21 +01:00
commit a0fa6a3b8a
No known key found for this signature in database
GPG key ID: 2970D504B2183D22

View file

@ -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: