Pages deploy fails "Deployment failed, try again later" for 3+ days (build succeeds) #201099
Replies: 4 comments 2 replies
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Since your build completes successfully and only the deployment step fails, it doesn't sound like a workflow configuration issue. The stuck queued runs also suggest the Pages deployment may be locked on GitHub's side. I'd check the Deployments tab for any pending deployments, and if nothing helps, open a GitHub Support ticket with the run IDs—they may need to clear a stuck deployment. |
Beta Was this translation helpful? Give feedback.
-
|
I had a similar issue with GitHub Pages deployment. Here are some things that worked for me:
If none of these work, the issue might be on GitHub side. Open a support ticket with the failed run IDs. |
Beta Was this translation helpful? Give feedback.
-
|
✅ Resolved — thank you @jasonmiller2332 and @Syaptiyan for the help! What fixed it was @Syaptiyan's suggestion #5: fully disabling and re-enabling GitHub Pages. The exact steps that worked for me:
For anyone hitting the same thing: the build succeeding while only "deploy" fails, plus queued runs you can't cancel, points to a stuck backend deployment. The disable/re-enable reset is what unblocked it. Thanks again! 🙏 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Pages
Body
What I'm trying to do: publish my static GitHub Pages site.
What happens: since Friday (~3 days), every deployment fails. The "pages build and deployment" workflow builds successfully every time (the
buildjob passes and thegithub-pagesartifact is produced), but thedeployjob consistently fails with the generic error: "Deployment failed, try again later."Details
alexandregrillault/glrimmobilier(public)main/(root)Already tried, no change
github-pagesenvironment protection rules: Required reviewers OFF, Wait timer OFF; deployment-branch rule allowsmain..nojekyllfile and pushed a fresh commit tomain(this triggered run #129, which built fine but the deploy step still failed).The build succeeds and the artifact is created — it's purely the Pages deploy/publish step that fails. Has anyone else seen "Deployment failed, try again later" persist for days on a single site, and how did you get it unstuck? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions