Skip to content

Commit 8a3aec8

Browse files
committed
test
1 parent f742b20 commit 8a3aec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to GitHub Pages
33
on:
44
push:
55
branches:
6-
- main
6+
- @akwasniewski/update-gh-pages-workflow
77

88
jobs:
99
publish:
@@ -30,5 +30,5 @@ jobs:
3030
uses: JamesIves/github-pages-deploy-action@v4
3131
with:
3232
folder: packages/docs-gesture-handler/build
33-
branch: gh-pages
33+
branch: gh-pages-test
3434
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)