Make develop and stable available in pages job

This commit is contained in:
Georg Krause 2022-03-17 21:01:21 +01:00
parent 6d031b2c4f
commit a0fa6a3b8a
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 3 additions and 1 deletions

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: