Skip to content

Commit 58d2b24

Browse files
committed
chore: optimize GitHub Pages deployment workflow
1 parent 99d7a47 commit 58d2b24

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: Deploy to GitHub Pages
33
on:
44
push:
55
branches: [main]
6+
paths:
7+
- '*.md'
8+
- 'docs/**'
9+
- '_config.yml'
10+
- '.github/workflows/pages.yml'
611
workflow_dispatch:
712

813
permissions:

0 commit comments

Comments
 (0)