fix: correct path for documentation workflow file

This commit is contained in:
Mateusz Pusz
2025-06-16 18:19:08 +02:00
parent ecc176ae8b
commit 9179121057

View File

@ -31,7 +31,7 @@ on:
- v* - v*
paths: paths:
- "docs/**" - "docs/**"
- "./github/workflows/documentation.yml" - ".github/workflows/documentation.yml"
- "CHANGELOG.md" - "CHANGELOG.md"
- "CONTRIBUTING.md" - "CONTRIBUTING.md"
- "mkdocs.yml" - "mkdocs.yml"