-
Notifications
You must be signed in to change notification settings - Fork 30
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 commit in gh-publish-only #332
Conversation
This -- remove abiguity for git between source the branch and source the directory. This seemed easier than renaming the source directory.
At the time of commit there should not be any |
The steps in the Makefile are:
So it does do all of the steps you described. The master branch does have a directory names source. I don't remember having issues with this when we last updated the website back in 2021, so maybe this is an update in git? |
I don't think it's related to changes in git. I recognize this failure from way back, and I'm not sure how/when the |
Have you had time to look into/think about this any? |
I tried to figure out if we need/expect the I'm trying to figure out how to confirm this, however, because we force push to I guess the real question is whether anything on the website links into that directory and whether it would break the website if that directory was gone? |
I searched a recent local build of the website and didn't find any links that referred to this |
I can always try to remove the source directory from the main branch, then try to build and publish to see if that fixes it. We shuold be able to undo any changes that does. |
I'm pretty sure that deleting |
P.S. We should rename |
@abachma2 how about we open another PR deleting the |
I just tried:
|
It looks like this changed in #303 and maybe it was not quite correct... |
I may have approved it without understanding carefully enough what was going on |
When trying to publish changes made in from the last few PRs merged, I got an error message that
This change should fix this error, removing the ambiguity in the source branch and the source directory and allow us to publish the changes.