Skip to content

Commit d504a9d

Browse files
Update deploy-pages.yml
1 parent 265b6b7 commit d504a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy React to GitHub Pages
33
on:
44
push:
55
branches:
6-
- main
6+
- website
77

88
jobs:
99
deploy:
@@ -27,4 +27,4 @@ jobs:
2727
uses: peaceiris/actions-gh-pages@v3
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
30-
publish_dir: ./build
30+
publish_dir: ./build

0 commit comments

Comments
 (0)