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

Hook sample object generation into Github actions #11

Open
jernst opened this issue Dec 30, 2023 · 2 comments
Open

Hook sample object generation into Github actions #11

jernst opened this issue Dec 30, 2023 · 2 comments
Labels
automation Automated CI/CD updates

Comments

@jernst
Copy link
Member

jernst commented Dec 30, 2023

Currently Makefile needs to be run manually.
Is there a way of doing this periodically?

See also #9.

@andypiper
Copy link
Member

I think we can possibly just add this as a make step into the GH Action that does the pages deployment; however, we currently also store the generated content in the repository, so it may be better to have an action that runs that make step and commits the files back to git.

@andypiper andypiper added the automation Automated CI/CD updates label Jan 1, 2024
@andypiper
Copy link
Member

Alternatively we could make this a commit hook I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation Automated CI/CD updates
Projects
None yet
Development

No branches or pull requests

2 participants