.gitlab-ci.yml: build docs for main branch, not dev, now that they're released to main
This commit is contained in:
parent
0da9feeda0
commit
1ee38a3fb4
1 changed files with 2 additions and 2 deletions
|
@ -51,10 +51,10 @@ build_docs:
|
|||
stage: build
|
||||
extends: .docs
|
||||
except:
|
||||
- dev
|
||||
- main
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
extends: .docs
|
||||
only:
|
||||
- dev
|
||||
- main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue