Skip to content

Commit 9179121

Browse files
committed
fix: correct path for documentation workflow file
1 parent ecc176a commit 9179121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
- v*
3232
paths:
3333
- "docs/**"
34-
- "./github/workflows/documentation.yml"
34+
- ".github/workflows/documentation.yml"
3535
- "CHANGELOG.md"
3636
- "CONTRIBUTING.md"
3737
- "mkdocs.yml"

0 commit comments

Comments
 (0)