Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs Site Build broken following Renovate Version Upgrade Bumps #367

Closed
vorburger opened this issue Dec 20, 2023 · 4 comments · Fixed by #369
Closed

Docs Site Build broken following Renovate Version Upgrade Bumps #367

vorburger opened this issue Dec 20, 2023 · 4 comments · Fixed by #369
Assignees
Labels
bug Something isn't working build Build, CI, etc. (w.o. #testing) dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation github_actions Pull requests that update GitHub Actions code

Comments

@vorburger
Copy link
Member

I just merged a bunch of Renovate Version Upgrade Bumps.

One of them broke the Docs Site Build, note https://github.com/enola-dev/enola/actions/runs/7281554330 failed with:

Run actions/deploy-pages@v4
Fetching artifact metadata for github-pages in run 7281554330
Creating Pages deployment with payload:
{
	"artifact_id": 1127717[9](https://github.com/enola-dev/enola/actions/runs/7281554330/job/19842448122#step:2:10)56,
	"pages_build_version": "b780f2c2ff004379b58a8b2c8e4afcb744746702",
	"oidc_token": "***"
}
Error: Creating Pages deployment failed
Error: HttpError: No artifact_url provided
    at /home/runner/work/_actions/actions/deploy-pages/v4/node_modules/@octokit/request/dist-node/index.js:[12](https://github.com/enola-dev/enola/actions/runs/7281554330/job/19842448122#step:2:13)4:1
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at createPagesDeployment (/home/runner/work/_actions/actions/deploy-pages/v4/src/internal/api-client.js:68:1)
    at Deployment.create (/home/runner/work/_actions/actions/deploy-pages/v4/src/internal/deployment.js:78:1)
    at main (/home/runner/work/_actions/actions/deploy-pages/v4/src/index.js:30:1)
Error: Error: Failed to create deployment (status: 400) with build version b780f2c2ff004379b58a8b2c8e4afcb744746702. Responded with: No artifact_url provided
@vorburger vorburger added bug Something isn't working documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file build Build, CI, etc. (w.o. #testing) github_actions Pull requests that update GitHub Actions code labels Dec 20, 2023
@vorburger vorburger self-assigned this Dec 20, 2023
@vorburger
Copy link
Member Author

I just merged a bunch of Renovate Version Upgrade Bumps.

The culprit is probably #361, which upgraded https://github.com/actions/deploy-pages from v2 to v4.

That v4 was only release just yesterday. I'll have a quick glimpse to see if it's easy to fix, otherwise just revert #361.

@vorburger
Copy link
Member Author

Oh, wow; see actions/deploy-pages#284 and actions/deploy-pages#286 and actions/deploy-pages#285 and actions/deploy-pages#235.

I'm just going to revert BOTH #361 and #362, based on this comment.

vorburger added a commit to vorburger/enola that referenced this issue Dec 20, 2023
vorburger added a commit to vorburger/enola that referenced this issue Dec 20, 2023
vorburger added a commit that referenced this issue Dec 20, 2023
vorburger added a commit that referenced this issue Dec 20, 2023
@vorburger
Copy link
Member Author

@vorburger
Copy link
Member Author

I've merged #370 and #371 now, and https://github.com/enola-dev/enola/actions/runs/7439916900 is green; all good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Build, CI, etc. (w.o. #testing) dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant