-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
Fix documentation deployment #35356
Fix documentation deployment #35356
Conversation
OK, let's wait for CI to run its course |
Since by design, github only runs the workflow of the main branch of the repo (and not of the PR), this doesn't work here. However, I've tested it in my private repo and there the workflow is green now: https://github.com/tobiasdiez/sage/actions/runs/4540608136/jobs/8001729743. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, then.
This is urgent. |
Maybe it'd make sense to have an exception allowing workflow fixes like this one to be pushed to There are right now two critical PRs that are necessary for checks to pass: this one and #35418. The second one can be merged to a PR so checks are fixed, but this one cannot, as explained in #35356 (comment). It's quite unfortunate when checks are not reliable, since it leads us to learn to ignore failures. Right now the last PR with checks passing is #35352, so that's a lot of PRs without any chance at passing checks. Some ideas for the future:
I would argue that both this one and #35418 should be pushed to |
📚 Description
The update #35184 broke the docs upload. Hopefully this is fixed with this PR.
📝 Checklist
⌛ Dependencies