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,13 +100,8 @@ deploy_docs_preview:
|
||||
deploy_docs_production:
|
||||
extends:
|
||||
- .deploy_docs_template
|
||||
# only:
|
||||
# refs:
|
||||
# - master
|
||||
# - /^release\/v.*$/
|
||||
except:
|
||||
refs:
|
||||
- master
|
||||
only:
|
||||
- master
|
||||
variables:
|
||||
TYPE: "production"
|
||||
DOCS_BUILD_DIR: "${CI_PROJECT_DIR}/docs/_build/"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user