chore: auto add filenames.auto.gni when md files are changed (#16995)
This commit is contained in:
parent
1e8ac79e6f
commit
71366e2a0d
2 changed files with 2 additions and 1 deletions
|
@ -71,6 +71,7 @@ auto_filenames = {
|
|||
"docs/api/structures/custom-scheme.md",
|
||||
"docs/api/structures/desktop-capturer-source.md",
|
||||
"docs/api/structures/display.md",
|
||||
"docs/api/structures/event.md",
|
||||
"docs/api/structures/file-filter.md",
|
||||
"docs/api/structures/gpu-feature-status.md",
|
||||
"docs/api/structures/io-counters.md",
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
],
|
||||
"docs/api/*.md": [
|
||||
"node script/gen-filenames.js",
|
||||
"git add"
|
||||
"git add filenames.auto.gni"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue