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 6861131 commit 3121091Copy full SHA for 3121091
.github/workflows/deploy.yml
@@ -51,10 +51,4 @@ jobs:
51
uses: peaceiris/actions-gh-pages@v4
52
with:
53
github_token: ${{ secrets.GITHUB_TOKEN }}
54
- publish_dir: ./dist
55
-
56
-Push the commit or tag
57
- /usr/bin/git push origin gh-pages
58
- remote: Permission to IsaacNguyen/isaacnguyen.github.io.git denied to github-actions[bot].
59
- fatal: unable to access 'https://github.com/IsaacNguyen/isaacnguyen.github.io.git/': The requested URL returned error: 403
60
- Error: Action failed with "The process '/usr/bin/git' failed with exit code 128"
+ publish_dir: ./dist
0 commit comments