“Deploy taking hours on Github: ‘waiting for github-pages deployment approval'”

huangapple go评论61阅读模式
英文:

Deploy taking hours on Github: "waiting for github-pages deployment approval"

问题

I tried to commit a change for a Github pages site. It reads: "deploy is waiting for github-pages deployment approval" and doesn't update the site. I've used Github pages frequently and this has never happened before. Any ideas as to what's causing this or how to fix it? This is in Github actions. I'm using Github in the browser.

I tried canceling and re-doing the change, I tried changing something in a different file, and I tried deleting and re-creating a page, all with the same result.

英文:

I tried to commit a change for a Github pages site. It reads: "deploy is waiting for github-pages deployment approval" and doesn't update the site. I've used Github pages frequently and this has never happened before. Any ideas as to what's causing this or how to fix it? This is in Github actions. I'm using Github in browser.

I tried cancelling and re-doing the change, I tried changing something in a different file, and I tried deleting and re-creating a page, all with the same result.

答案1

得分: 2

这与具有操作、API请求和页面的事件有关。

页面性能下降

我们发现在使用环境的操作作业中存在故障。
对GitHub页面的部署产生了下游影响。

修复使用环境的操作作业失败问题正在推出。我们预计推出需要几个小时才能完成。
GitHub页面的影响仍在持续。

事件已关闭,您的页面现在应该会及时更新。

英文:

This is related to Incident with Actions, API Requests and Pages

> Pages is experiencing degraded performance
>
> We are seeing failures in Actions jobs using environments.
Downstream impact on the deployments of GitHub Pages.
>
> The fix for failing Actions jobs using environments is rolling out. We are expecting the rollout to take several hours to complete.
The impact on GitHub Pages continues.

The incident has been closed and your pages should be updated in a timely fashion now.

答案2

得分: 0

我确实在那时遇到过这种问题,我确保在您的存储库设置中选择了正确的分支进行部署,并验证您要部署的分支是否被指定为GitHub Pages的来源。

英文:

I did face this type pf problem at that time i make sure that the correct branch is selected for deployment in your repository settings and Verify that the branch you want to deploy is specified as the source for GitHub Pages.

huangapple
  • 本文由 发表于 2023年6月29日 14:46:16
  • 转载请务必保留本文链接:https://go.coder-hub.com/76578627.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定