fediverse-devnet / fedidevs.org

Documentation for the Fediverse
https://fedidevs.org/
Creative Commons Attribution Share Alike 4.0 International
17 stars 5 forks source link

Hook sample object generation into Github actions #11

Open jernst opened 10 months ago

jernst commented 10 months ago

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

See also https://github.com/fediverse-devnet/fedidevs.org/pull/9.

andypiper commented 10 months ago

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 commented 10 months ago

Alternatively we could make this a commit hook I guess.