-
Notifications
You must be signed in to change notification settings - Fork 4
Difficulties with updating and testing website pages #6
Comments
One problem I see with the algorithm (both in Hugo documentation and sos-guidelines Website_Deployment_Workflow.md) is that unless all files are actually removed in gh-pages branch, instead of only from the index, then the subsequent git checkout master complains. So at least one step, or command option is missing. |
Another problem: once the public/ directory is removed ( |
@duncombe , really strange about subtree, it works like a charm for me... In regard to |
Yes, I spotted the mistake in my comment and fixed it. And yes, I had/have problems removing the files and directory without telling git about it. |
Another problem, step 9, the command as given causes a complaint |
Step 9 is kind of optional, isn't it? So, I've never actually tried to fix it, and marked is as optional in the Workflow edition that I included into the "conventions-for-observing-asset-identifiers' repo pull request. Perhaps, we should find a dedicated place for the Workflow to keep working on it. |
Nothing wrong with keep working on it where it is for now. However, it is On Fri, Nov 14, 2014 at 12:27 PM, abirger [email protected] wrote:
Dr. Christopher M. Duncombe Rae c [email protected] |
I have finally dealt with @abirger's pull request for sos-guidelines. Once I had dealt with merging the new content into a branch representing master, the difficulty was getting the updated gh-pages branch to overwrite the old one. Either I don't understand how subtree works (quite likely!) or there is something wrong with the algorithm. Blindly following the formula outlined in the hugo pages (and as interpreted by Alex in the documentation) created apparently insurmountable complaints about the pushed tip being behind however which way I twisted it. Eventually I manually bent the recalcitrant branch to my will, without the use of subtree, and the website (gh-pages branch) is now live consistent with the source material in master. Interested to see how another update proceeds, but the documentation for building the website, or updating the algorithm will need some attention eventually. [@dpsnowden, @duncombe]
The text was updated successfully, but these errors were encountered: