Skip to content

Commit c247b93

Browse files
committed
Update deploy-pages.yml
1 parent 122311b commit c247b93

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deploy-pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- main
77
- master
88
- develop
9+
paths:
10+
- "website/**"
11+
- ".github/workflows/deploy-pages.yml"
912
workflow_dispatch:
1013

1114
permissions:
@@ -30,7 +33,7 @@ jobs:
3033
- name: Upload artifact
3134
uses: actions/upload-pages-artifact@v4
3235
with:
33-
path: .
36+
path: website
3437

3538
deploy:
3639
needs: build

0 commit comments

Comments
 (0)