Skip to content

Commit 540e0a6

Browse files
author
hywax
committed
ci: refactor docs plan
1 parent cc04d6e commit 540e0a6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: .github/workflows/docs.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ name: Deploy Documentation site to GitHub Pages
22

33
on:
44
push:
5-
branches: [main]
6-
5+
paths:
6+
- "docs/**"
7+
- ".github/workflows/docs.yml"
8+
- "*.md"
9+
branches:
10+
- main
711
workflow_dispatch:
812

913
permissions:

0 commit comments

Comments
 (0)