Y
Hacker News
new
|
ask
|
show
|
jobs
by
mckeed
247 days ago
Curious how you set it up. Do you have to manually update it when inflation data comes out, or is it automatic?
1 comments
lanewinfield
247 days ago
it's on a scheduled workflow with github actions that rebuilds the site on the 15th, 30 minutes after the data is released.
cron: '0 13 15 * *'
link
cron: '0 13 15 * *'