GitHub Pages deployment created successfully but immediately fails #200884
Replies: 10 comments
-
|
💬 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.
-
|
The issue is a service-side platform failure at GitHub, not your configuration.
Action Plan
Are you still seeing the same "Deployment failed" error if you attempt to deploy a completely empty repository? |
Beta Was this translation helpful? Give feedback.
-
|
Same window here, but with a silent variant. Repo: On 2026-07-03, deployments reported success ("Active / Deployed (completed)") but the Pages origin never promoted the new artifact — it kept serving a build from ~05:24Z. So unlike the "Deployment failed, try again later" error in this thread, ours failed silently with a green deployment and was only caught because we have a post-deploy check. Timeline (UTC): Proof it was origin-side, not our CDN: a direct hit to the Pages origin ( Overlaps with the 14:50Z start reported here and points at the same promotion service. +1 that this looks like a service-side incident. It self-recovered ~18:37Z for us. |
Beta Was this translation helpful? Give feedback.
-
|
I am seeing this too - Error: Deployment failed, try again later. https://github.com/s4wave/goscript/actions/runs/28686794779/job/85080977905 Is this a github outage? |
Beta Was this translation helpful? Give feedback.
-
|
done |
Beta Was this translation helpful? Give feedback.
-
|
It looks like your repository’s GitHub Pages environment is stuck in a "wedged" deployment state. This typically happens when the internal GitHub Pages finalization service fails immediately after the deployment artifact is created. 🔍 What Your Logs Indicate
🛠️ Recommended Action Plan
✉️ The Fix: Contact GitHub SupportBecause this is an infrastructure-level lock, only GitHub Support can reset the Pages environment for this specific repository. Open a support ticket and include this exact phrasing to get it routed correctly:
Once a support engineer clears the stuck backend queue, your deployments should start working again immediately! |
Beta Was this translation helpful? Give feedback.
-
|
Me too facing the same problem. Simple Pages set up with "deploy from branch" option. Build artifact is successfully created but deployment is failing. https://github.com/k26rahul/file-concatenator/actions/runs/28718077444/job/85162880269 |
Beta Was this translation helpful? Give feedback.
-
|
Based on the workflow log, it doesn't appear that your workflow is the source of the failure. The deployment reaches the point where actions/deploy-pages@v5 successfully locates the github-pages artifact and creates a Pages deployment. The failure only occurs while GitHub is publishing the deployment: Created deployment for 749ed2bd44e5a214860b55b29fbea1885b59cfe3 Since the artifact is created successfully and the deployment request is accepted before failing a few seconds later, this points to a server-side Pages deployment issue rather than a workflow configuration problem. You've also already ruled out most common causes by: reproducing the issue in a clean repository, At this stage, I think the next step is for GitHub staff to inspect the Pages deployment backend or the repository's Pages environment. Providing the deployment ID, artifact ID, workflow run URL, and timestamp (as you've done) should help them investigate server-side logs. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Also encountering this issue on my end. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
Body
I found an old discussion that folks were having issues and GitHub support looks to have responded with a fix. I can't find any new discussions seems to be happening again.
Hello,
GitHub Pages deployments for my repository repeatedly fail during the final deploy stage.
The build and report-build-status jobs succeed. The github-pages artifact is found, and actions/deploy-pages@v5 successfully creates the Pages deployment. Approximately five seconds later, the deployment returns:
Error: Deployment failed, try again later.
There is no additional error information.
Repository:
mmazz3117-del/Test-Wayland-Connect-App-Clean
Pages site:
https://mmazz3117-del.github.io/Test-Wayland-Connect-App-Clean/
Failing commit / pages_build_version:
749ed2bd44e5a214860b55b29fbea1885b59cfe3
Artifact ID:
8069425905
Failure timestamp:
2026-07-03T14:50:57Z
The workflow token permissions include:
Contents: read
Metadata: read
Pages: write
Troubleshooting already performed:
Confirmed Pages source is main and /(root)
Reset and republished GitHub Pages
Created a new clean repository
Waited multiple hours between deployment attempts
Confirmed another repository on the same account can deploy successfully
Confirmed the build artifact is produced successfully
Retried both failed jobs and fresh commits
Could you please check whether the GitHub Pages deployment state or environment for this repository is failing internally?
I have attached the raw workflow log and can provide the workflow-run URL if needed.
Code.txt
Beta Was this translation helpful? Give feedback.
All reactions