Skip to content

Commit a0e9fdf

Browse files
authored
Merge pull request #455 from guan404ming/deploy-only-docs-change
👷 only trigger deploy on changes to docs
1 parent eb80aec commit a0e9fdf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: deploy docs
33
on:
44
push:
55
branches: [main]
6+
paths:
7+
- "docs/**"
8+
- "mkdocs.yml"
9+
- ".github/workflows/docs.yml"
10+
- "CONTRIBUTING.md"
611

712
permissions:
813
contents: write

0 commit comments

Comments
 (0)