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

publishing updated website #751

Open
bam241 opened this issue Jul 8, 2021 · 4 comments
Open

publishing updated website #751

bam241 opened this issue Jul 8, 2021 · 4 comments

Comments

@bam241
Copy link
Member

bam241 commented Jul 8, 2021

One need to add small tips in the doc readme:
to update the website, one need to run a make clean before the make publish otherwise git rm -rf * instruction from the Makefile don't know what to do with the gh-build as it is not under version control (is in .gitignore)

@bam241
Copy link
Member Author

bam241 commented Jul 8, 2021

one could also update the Makefile to run automatically a make clean before make publish

@pshriwise
Copy link
Member

As discussed on slack, this applies not only to the gh-build directory, but to any untracked files in the repo. I'll propose that the best general solution is to have the publish target immediately fail if the current branch is not clean.

@gonuke
Copy link
Member

gonuke commented Jul 9, 2021

I'm not sure the history of this Makefile, but other repos (e.g. svalinn.github.com) may have more robust updated versions?

I'll also leave a marker here for possibly update to Jekyll (like cnerg.github.io) for easy of publication ??? (#infrastructureChurn)

@gonuke
Copy link
Member

gonuke commented Jul 23, 2021

Should we automate building the website on release?

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

No branches or pull requests

3 participants