Skip to content
Snippets Groups Projects
Commit b0351de9 authored by Moul's avatar Moul
Browse files

doc: allow to deploy from `release/0.12` branch

parent 579b2460
No related branches found
No related tags found
No related merge requests found
Pipeline #40494 waiting for manual action
......@@ -224,7 +224,7 @@ website:
variables:
RELEASE: "0.12"
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH == "release/0.12"
when: manual
script:
- poetry install --with docs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment