Skip to content

Commit f6c1687

Browse files
authored
Update deploy.yml
1 parent 6d6a00b commit f6c1687

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ on:
44
push:
55
branches: [gh-pages]
66
paths:
7-
- 'web/**'
8-
paths-ignore:
9-
- 'docs/**'
10-
- '.github/**'
7+
- 'web/**'
8+
- '.github/workflows/deploy.yml'
119
workflow_dispatch:
1210

1311
permissions:

0 commit comments

Comments
 (0)