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

Checkout actions fetches whole repository #953

Merged
merged 1 commit into from
Sep 19, 2022
Merged

Conversation

l-1squared
Copy link
Collaborator

Previously the repository did not checkout a single branch but actually a single commit, which it made into a unique ref for its own repo. Consequently, when attempting to rebase the entire history of gh-pages onto that commit the rebase would fail, because the base in the repo wasn't the actual master branch but only its latest commit which resulted in an unfitting history of that commit and a failing rebase.

Now that we check out everything from the start, this should work fine.

Signed-off-by: l-1sqared [email protected]

Previously the repository did not checkout a single branch but actually a single commit, which it made into a unique ref for its own repo. Consequently, when attempting to rebase the entire history of gh-pages onto that commit the rebase would fail, because the base in the repo wasn't the actual master branch but only its latest commit which resulted in an unfitting history of that commit and a failing rebase.

Now that we check out everything from the start, this should work fine.

Signed-off-by: l-1sqared <[email protected]>
@l-1squared l-1squared merged commit b4ce4ab into master Sep 19, 2022
@l-1squared l-1squared deleted the fix/gh-pages-alignment branch September 19, 2022 05:02
@l-1squared
Copy link
Collaborator Author

Force merged. Change is comparatively simple and has been tested. Also I want it this to work for the next release, which is due

@l-1squared l-1squared linked an issue Sep 19, 2022 that may be closed by this pull request
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.

Release automation
1 participant