has anyone tried doing a daily update of clerk notebooks from a github action or similar?
can you say more about what you want there?
we have a bunch of repos that build a set of clerk notebooks on every push
I think we're contemplating a cron like lambda job with a docker container. Probably pushing results to S3, but I'm not sure yet as most of my html is creating a single file to email to a client so far. This needs to run every day as it is pulling from some databases that change
I'm just not that familiar with the build options ATM