-
Notifications
You must be signed in to change notification settings - Fork 14
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
Issues building github pages site #1
Comments
Hi @joshuarubin , Yes, yesterday I found something wrong with the Github-pages building. First, I got email from Github said that my site building has been failed because of Liquid tag from Jekyll. Then I added Next day, my site hasn't been updated new content. Then I go to settings to check and see the message like you mentioned - "Your site is having problems building: Page build failed." (hm... it's hard to debug what going on) Then, I looking for documents and check what was wrong. And I found that Github only trigger Github Pages build only if email of commit should be your verified email in Github. So I fix it by this commit But, it won't work as I expected ! Something weird here (I tried to push a blank index.html and CNAME to gh-pages and it works). Finally, I just send a github help request to the team, hope it will be solved soon. Please update me if you know anything else. Thanks ! |
I will try to re-enable Circle-CI deploying to test around :) will update soon |
Glad to hear I'm not crazy! I've sent 2 requests to github support (without a response) and have tried pinging a few people like @jessfraz, @angelarivera and @mcolyer without success. |
Tested with CircleCI (same strategy) and it works well :
I hope Github can show the build error message 😞 |
This is what I got from Github Staff
I will try to use personal access token then post result here |
I got the same note, I just tried it at https://github.com/joshuarubin/hugo-deploy-gh-pages and it seems to work. |
Yeah, glad to see it working :) |
hi @joshuarubin , I tried another strategy (using SSH deploy key, it's repository scoped so it's safer than Personal Access Token) https://github.com/khanhicetea/gh-actions-hugo-deploy-gh-pages Btw, I will keep this issue opened until it works after they release final of Github Actions Thanks |
Great idea with the deploy key! |
Apologies you all had trouble getting this to work, it sounds like support resolved it but also wanted to mention this similar action in case you all find it useful: https://github.com/maxheld83/ghpages. |
Just wondering if you ran into any issues with pages saying (on repo settings page):
I have the
.nojekyll
in the root of both mymaster
andgh-pages
branches.If I push an empty commit to the
gh-pages
branch, things work fine.The text was updated successfully, but these errors were encountered: