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 6949644 commit dd429e7Copy full SHA for dd429e7
.github/workflows/gh-pages-deploy.yml
@@ -28,6 +28,7 @@ jobs:
28
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
29
uses: JamesIves/github-pages-deploy-action@v4
30
with:
31
+ token: ${{ secrets.PAT }}
32
branch: gh-pages # The branch the action should deploy to.
33
folder: build/dist/js/productionExecutable # The folder the action should deploy.
34
clean: true # Automatically remove deleted files from the deploy branch
0 commit comments