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*
paths:
- "docs/**"
- "./github/workflows/documentation.yml"
- ".github/workflows/documentation.yml"
- "CHANGELOG.md"
- "CONTRIBUTING.md"
- "mkdocs.yml"