-
Notifications
You must be signed in to change notification settings - Fork 1
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
github actions not updating website on commits #3
Comments
I realized what was going on after reading the info at https://github.com/cu-mkp/dyngleyfamily-editioncrafter-website/tree/dev?tab=readme-ov-file#to-create-a-website-from-this-repository;
So, making changes to the files under content in the dev branch will trigger the workflow and update the website which is being served from the gh-pages branch. |
To demonstrate, I've made a change to the about.md in the dev branch 0ae3691 which is no appearing in the generated website at https://cu-mkp.github.io/dyngleyfamily-editioncrafter-website/about/ |
btw, @melissabreynolds to make changes to the transcription, edit the TEI file in the gh-pages branch of the https://github.com/cu-mkp/dyngleyfamily-editioncrafter-data repo, then run the editioncrafter-cli (https://github.com/cu-mkp/editioncrafter-cli) and add/commit/push, which will trigger the publication of that content. We can review the process and help setup editioncrafter-cli if you'd like. |
Thanks for this info, @tcatapano. I've finally gotten around to creating the "About" and "Introduction" pages for the Dyngley Family site, which I know will need to be updated in the dev branch. I went ahead and made changes in the main branch first, but should I even bother? I thought I might simply create a pull request in the dev branch to merge the two and import my changes in "main" to "dev." Does that sound like a good or bad idea? |
@melissabreynolds : I was about to say, yes, make the changes on dev, but I see you've already done that and things are working. Congrats! https://cu-mkp.github.io/dyngleyfamily-editioncrafter-website/introduction/ https://cu-mkp.github.io/dyngleyfamily-editioncrafter-website/about/ |
We can take on aligning the branches later... |
when content
.md
pages are updated either through github interface or pushed from a local repo through command line, the github actions runs, but pages are not being built & deployed (see last commit, eg, a314c6c)See this run: https://github.com/cu-mkp/dyngleyfamily-editioncrafter-website/actions/runs/8333171340
is this deprecation at fault?
The text was updated successfully, but these errors were encountered: