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 87bd748 commit 67a49b7Copy full SHA for 67a49b7
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Deploy 🚀
29
uses: JamesIves/github-pages-deploy-action@4.0.0
30
with:
31
- # token: ${{ secrets.ACCESS_TOKEN }} # maybe the default github access token is now sufficient?
+ token: ${{ secrets.ACCESS_TOKEN }} # maybe the default github access token is now sufficient?
32
branch: gh-pages # The branch the action should deploy to.
33
folder: .out # The folder the action should deploy.
34
target-folder: master
0 commit comments