mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
only deploy production docs on master
This commit is contained in:
parent
72e957b9b4
commit
455becb24d
@ -1,7 +1,7 @@
|
||||
stages:
|
||||
- build
|
||||
- deploy
|
||||
- deploy_docs
|
||||
- deploy
|
||||
|
||||
|
||||
|
||||
@ -100,12 +100,7 @@ deploy_docs_preview:
|
||||
deploy_docs_production:
|
||||
extends:
|
||||
- .deploy_docs_template
|
||||
# only:
|
||||
# refs:
|
||||
# - master
|
||||
# - /^release\/v.*$/
|
||||
except:
|
||||
refs:
|
||||
only:
|
||||
- master
|
||||
variables:
|
||||
TYPE: "production"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user