We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The relevant folders aren't in the gh-pages branch either. Quite stumped by this one.
The relevant action ran: https://github.com/TuringLang/docs/actions/runs/11002876308/job/30550755506
Force-pushing changes... /usr/bin/git push --force ***github.com/TuringLang/docs.git github-pages-deploy-action/6quo49l0c:gh-pages To https://github.com/TuringLang/docs.git 9fb410c..e9b6e93 github-pages-deploy-action/6quo49l0c -> gh-pages Changes committed to the gh-pages branch… 📦
However I don't see commit e9b6e93 anywhere on the branch history.
e9b6e93
In fact 9fb410c doesn't seem to exist either.
9fb410c
The text was updated successfully, but these errors were encountered:
It's a spectacularly impressive race condition :/
(1) I pushed to #522 which triggered this preview workflow: https://github.com/TuringLang/docs/actions/runs/11002874097/job/30550749595
(2) Then I merged it into master which triggered this build workflow: https://github.com/TuringLang/docs/actions/runs/11002876308/job/30550755506
Unfortunately, I think (2) completed before (1), so the files on the gh-pages branch were overwritten by (1).
gh-pages
This should be solved (at least this time round) by rerunning the build workflow (2).
Sorry, something went wrong.
We could probably prevent this from happening in the future by adding cancel-in-progress to the workflows.
cancel-in-progress
https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/control-the-concurrency-of-workflows-and-jobs
Successfully merging a pull request may close this issue.
The relevant folders aren't in the gh-pages branch either. Quite stumped by this one.
The relevant action ran: https://github.com/TuringLang/docs/actions/runs/11002876308/job/30550755506
However I don't see commit
e9b6e93
anywhere on the branch history.In fact
9fb410c
doesn't seem to exist either.The text was updated successfully, but these errors were encountered: