You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[√] I carefully read and followed the Getting Started guide.
[√ ] I read through FAQ and searched through the past issues, none of which addressed my issue.
[√] The issue I am raising is a potential bug in al-folio and not just a usage question. [For usage questions, please post in the Discussions instead of raising an issue.]
Describe the bug
When I try to push my code to have GitHub deploy automatically, it tells me the following error message:
remote: Permission to IntelligentInteractiveLab/intelligentinteractivelab.github.io.git denied to github-actions[bot].
fatal: unable to access 'https://github.com/IntelligentInteractiveLab/intelligentinteractivelab.github.io/': The requested URL returned error: 403
yes: standard output: Broken pipe
Error: Process completed with exit code 128.
In addition, I added the Fix permission code to deploy.yml using the YouTube tutorial video you provided:
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
Error: Process completed with exit code 1.
When I delete the following code in fix permission:
git commit -am "add execute permission to bin/deploy"
The error message says I need to complete the commit before deployment:
Please commit the changes before proceeding.
Aborting.
yes: standard output: Broken pipe
Error: Process completed with exit code 1.
This phenomenon confused me and I wondered how to fix it. Thanks.
Note: I can implement website deployment with manual deployment, only add Fix permission for the first time during manual deployment, and delete Fixpermission in subsequent manual deployments. But this is significantly less convenient than automated deployment.
Expected behavior
I was wondering how to fix this confusing bug !!!
The text was updated successfully, but these errors were encountered:
I believe you have to look at the permissions in settings. I may have ran into this issue when first starting, try this out. Look up your error # and github pages and see if you find anything else JamesIves/github-pages-deploy-action#1110
Acknowledge the following
[For usage questions, please post in the Discussions instead of raising an issue.]
Describe the bug
When I try to push my code to have GitHub deploy automatically, it tells me the following error message:
In addition, I added the Fix permission code to deploy.yml using the YouTube tutorial video you provided:
But the error message became:
When I delete the following code in fix permission:
The error message says I need to complete the commit before deployment:
This phenomenon confused me and I wondered how to fix it. Thanks.
Note: I can implement website deployment with manual deployment, only add Fix permission for the first time during manual deployment, and delete Fixpermission in subsequent manual deployments. But this is significantly less convenient than automated deployment.
Expected behavior
I was wondering how to fix this confusing bug !!!
The text was updated successfully, but these errors were encountered: