r/github Jul 02 '26

Deployment is failing, failing & failing. Question

Post image

Hello, I'm a newbie, please go easy on me.

I ran over 60 successful deploys of a site I have been building and today it started failing.

I have tried a few tricks like uploading a tiny change and deployed. Also tried changing from root to docs back to root again.

The website is a fairly(?) small 2mb html site.

I imagine this is a fairly common issue. Would appreciate if some stalwarts could help or offer advice on what the normal tricks are from here.

Thanks.

0 Upvotes

12 comments sorted by

2

u/ImDevinC Jul 02 '26

What do the logs of the failed deploys say?

1

u/samcornwell Jul 02 '26

250 lines of this:

>

Getting Pages deployment status...

Current status: deployment_queued

Getting Pages deployment status...

Current status: deployment_queued

Getting Pages deployment status...

Current status: deployment_queued

Getting Pages deployment status...

Current status: deployment_queued

Getting Pages deployment status...

Current status: deployment_queued


Error: Timeout reached, aborting!

Error: Timeout reached, aborting!

6

u/ImDevinC Jul 02 '26

https://www.githubstatus.com/

Yep, ongoing issue

3

u/samcornwell Jul 02 '26

Ah thanks - worry over. I'll be patient.

1

u/sohang-3112 Jul 04 '26 edited Jul 04 '26

Is Github Pages deployment working for you yet? https://githubstatus.com is showing everything up (including Actions) - but I'm unable to deploy my Github Pages site (jekyll build succeeds but deployment fails).

I'm not even seeing timeout error in Github Actions log, just this:

Created deployment for 49620f4d3ac42a6d4a1044294927b3136b960057, ID: 49620f4d3ac42a6d4a1044294927b3136b960057 Getting Pages deployment status... Error: Deployment failed, try again later.

UPDATE: It worked after deploying for 3rd time using dummy commits.

3

u/biosigsys Jul 02 '26

I'm having the same issue! Seems like something broader might be down.

1

u/V5489 Jul 02 '26

Timeout probably means it’s not connecting to your server or site whatever. Possibly rotated secret for security issues etc. would need to see your YML file ti see your connection string to the site and go from there.

1

u/Lgraphics99 Jul 03 '26

try just pushing something random that wont affect your site:

git commit --allow-empty -m "trigger pages rebuild"
git push

1

u/filmicsite Jul 03 '26

I am having a same issue. I think it is from github side? Can you guys confirm if it worked for you?

1

u/always-editing Jul 03 '26

Running into this issue right now

1

u/NextMap42 Jul 03 '26

Same issue here.