Deployment failed, try again later. (Deploy from a branch) #200935
Replies: 2 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.
-
|
I just try one more time and it works... |
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
Workflow Deployment
Discussion Details
Hello,
I've built a website with Vue.js and hosted it on GitHub. I had some difficulties at first, and one of my professors helped me. After a while, we managed to get it working using "Deploy from a branch" with a docs folder. It worked correctly with every change until yesterday.
I asked ChatGPT, and it suggested that the problem is probably on GitHub's side. I also found a post about a deployment issue, but it had already been resolved, so I'm not sure.
I don't want to switch to GitHub Actions for three reasons:
It didn't work previously.
My site works with "Deploy from a branch", even if a text (among 48) in the website is incorrect.
I shared the website yesterday, so I'd rather not change the deployment method unless it's necessary.
I can provide the deployment logs if that helps:
Run actions/deploy-pages@v5
(node:2093) [DEP0040] DeprecationWarning: The
punycodemodule is deprecated. Please use a userland alternative instead.(Use
node --trace-deprecation ...to show where the warning was created)Fetching artifact metadata for "github-pages" in this workflow run
Found 1 artifact(s)
Creating Pages deployment with payload:
{
"artifact_id": 8079796065,
"pages_build_version": "38de92a943d48e424afee651de3de060e53bf2fd",
"oidc_token": "***"
}
Created deployment for 38de92a943d48e424afee651de3de060e53bf2fd, ID: 38de92a943d48e424afee651de3de060e53bf2fd
Getting Pages deployment status...
Error: Deployment failed, try again later.
Beta Was this translation helpful? Give feedback.
All reactions