Merge branch 'docs-on-tag' into 'stable-1.6'
Trigger docs pipeline on new tag. See merge request etherlab.org/ethercat!134
This commit is contained in:
commit
cafd367785
|
|
@ -133,7 +133,7 @@ pdf:
|
|||
update docs server:
|
||||
stage: deploy
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == "stable-1.6" && $CI_PROJECT_NAMESPACE == "etherlab.org"
|
||||
- if: ($CI_COMMIT_BRANCH == "stable-1.6" || $CI_COMMIT_TAG) && $CI_PROJECT_NAMESPACE == "etherlab.org"
|
||||
trigger: etherlab.org/docs
|
||||
|
||||
upload:
|
||||
|
|
|
|||
Loading…
Reference in New Issue