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

Update render-all.yml with a force push of docs #777

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cansavvy
Copy link
Collaborator

##Summary

Sometimes rendering changes are being lost in the docs folder because if another branch has been pushed in the time that the render is running it hasn't pulled the changes yet. But for docs/* we don't care. We want it to render the latest and not care about what else is happening.

This is what the logs look like even though I have it fetch not long before this.

Your branch is ahead of 'origin/main' by 1 commit.
  (use "git push" to publish your local commits)

nothing to commit, working tree clean
warning: redirecting to https://github.com/fhdsl/Containers_for_Scientists/
To https://github.com/fhdsl/Containers_for_Scientists
 ! [rejected]        main -> main (fetch first)
error: failed to push some refs to 'https://github.com/fhdsl/Containers_for_Scientists'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
No changes to push

This feels risky but enough of this has been happening that I think its what we need.

git push --force

Copy link
Contributor

github-actions bot commented Oct 11, 2024

No spelling errors! 🎉
Comment updated at 2024-10-11-19:38:17 with changes from 2bfd17e

Copy link
Contributor

github-actions bot commented Oct 11, 2024

No broken url errors! 🎉
Comment updated at 2024-10-11-19:38:16 with changes from 2bfd17e

Copy link
Contributor

Re-rendered previews from the latest commit:

* note not all html features will be properly displayed in the "quick preview" but it will give you a rough idea.

Updated at 2024-10-11 with changes from the latest commit 2bfd17e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant