mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: build all docs if soc_caps.h changed
soc_caps.h is thightly coupled with the docs build. Should build all docs after changing it to make sure nothing broke.
This commit is contained in:
parent
2ea60e3dd1
commit
21c8a6d3f7
@ -3,6 +3,7 @@
|
||||
- "docs/**/*"
|
||||
- "**/*.rst"
|
||||
- "CONTRIBUTING.rst"
|
||||
- "**/soc_caps.h"
|
||||
|
||||
.patterns-docs-partial: &patterns-docs-partial
|
||||
- "components/**/*.h"
|
||||
@ -43,6 +44,9 @@
|
||||
|
||||
.doc-rules:build:docs-partial:
|
||||
rules:
|
||||
- <<: *if-dev-push
|
||||
changes: *patterns-docs-full
|
||||
when: never
|
||||
- <<: *if-dev-push
|
||||
changes: *patterns-docs-partial
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user