fix gen-docs.ts not running in CI when changed
This commit is contained in:
parent
a37c2e435f
commit
92e389130f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
- "docs/**"
|
- "docs/**"
|
||||||
- "gen-docs.js"
|
- "gen-docs.ts"
|
||||||
- "crates/eww/src/widgets/widget_definitions.rs"
|
- "crates/eww/src/widgets/widget_definitions.rs"
|
||||||
- "crates/eww/src/config/inbuilt.rs"
|
- "crates/eww/src/config/inbuilt.rs"
|
||||||
- ".github/workflows/**"
|
- ".github/workflows/**"
|
||||||
|
|
Loading…
Add table
Reference in a new issue