.gitlab-ci.yml: build docs for main branch, not dev, now that they're released to main

This commit is contained in:
InsanePrawn 2022-07-09 14:54:10 +02:00
parent 0da9feeda0
commit 1ee38a3fb4

View file

@ -51,10 +51,10 @@ build_docs:
stage: build
extends: .docs
except:
- dev
- main
pages:
stage: deploy
extends: .docs
only:
- dev
- main