Skip to content

Commit 2d065fc

Browse files
committed
fix: ensure deployment triggers on changes to documentation files
1 parent c5d6da2 commit 2d065fc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
# make sure this is the branch you are using
77
- master
8+
paths:
9+
- "docs/**"
810

911
permissions:
1012
contents: write

0 commit comments

Comments
 (0)