We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f742b20 commit 8a3aec8Copy full SHA for 8a3aec8
.github/workflows/main.yml
@@ -3,7 +3,7 @@ name: Publish to GitHub Pages
3
on:
4
push:
5
branches:
6
- - main
+ - @akwasniewski/update-gh-pages-workflow
7
8
jobs:
9
publish:
@@ -30,5 +30,5 @@ jobs:
30
uses: JamesIves/github-pages-deploy-action@v4
31
with:
32
folder: packages/docs-gesture-handler/build
33
- branch: gh-pages
+ branch: gh-pages-test
34
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments