fix gen-docs.ts not running in CI when changed

This commit is contained in:
elkowar 2022-05-26 09:49:02 +02:00
parent a37c2e435f
commit 92e389130f
No known key found for this signature in database
GPG key ID: E321AD71B1D1F27F

View file

@ -5,7 +5,7 @@ on:
- master
paths:
- "docs/**"
- "gen-docs.js"
- "gen-docs.ts"
- "crates/eww/src/widgets/widget_definitions.rs"
- "crates/eww/src/config/inbuilt.rs"
- ".github/workflows/**"