fix(ci): add docs workflow file to paths trigger
Some checks failed
Build and Test / build (pull_request) Failing after 1m38s

Changes to .gitea/workflows/docs.yml itself should also trigger
a docs rebuild so workflow fixes are immediately testable.
This commit is contained in:
2026-02-09 08:43:32 -06:00
parent bbee39431d
commit d6ad0fb43d

View File

@@ -5,6 +5,7 @@ on:
branches: [main]
paths:
- "docs/**"
- ".gitea/workflows/docs.yml"
jobs:
build-and-deploy: