-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-pages deploy failure #1
Comments
Hmm, but example workflows in this repository are able to push
I think the problem github-action-benchmark does not push to remote by itself. Pushing to remote is done by user in workflow. So I think the action can avoid the issue you reported. |
Sorry. push is success, but pages deploy is failed. |
For example, https://rhysd.github.io/github-action-benchmark/dev/bench/ shows the latest commit is |
Ahh, I understood. For some development reason, I pushed Thank you for the point. As of now, we need to use personal token. I'll update this repository and include note about this in README. |
I updated example workflows to use personal access token. And added an extra step to register a personal access token in basic usage section of README.md. I believe they are sufficient to close this issue. Thank you for reporting this. |
Thank you for your quick response. |
Hi there. Just wanted to point out that as of now I tested and deploying GitHub pages with the GITHUB_TOKEN seems to be working properly, so the extra steps should not be needed anymore. |
…enchmarks Fix/go tabled benchmarks
Remove references to payload as much as possible
remove calls to addIndexHtmlIfNeeded
In README and example,
GITHUB_TOKEN
is used to push.Currently this causes failure of pages deploy.
https://github.saobby.my.eu.orgmunity/t5/GitHub-Actions/Github-action-not-triggering-gh-pages-upon-push/td-p/26869
Alternatively personal access token can be used.
peaceiris/actions-gh-pages may be usable, but I didn't confirm.
The text was updated successfully, but these errors were encountered: