clerk

2024-09-23T12:50:05.949459Z

has anyone tried doing a daily update of clerk notebooks from a github action or similar?

👀 2
mkvlr 2024-09-23T15:20:17.644999Z

can you say more about what you want there?

mkvlr 2024-09-23T15:20:32.344929Z

we have a bunch of repos that build a set of clerk notebooks on every push

2024-09-23T16:12:47.582169Z

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

2024-09-23T16:13:07.516779Z

I'm just not that familiar with the build options ATM