Now that I don't depend on Strava, it's possible for the full update process to run on a GitHub runner, which means I can ignore the site folder and just run everything on an action.
On a push to main, the runner should:
- run generate python trace to update the GeoJson
- run update.R to regenerate the new posts
- run quarto published update netlify
Now that I don't depend on Strava, it's possible for the full update process to run on a GitHub runner, which means I can ignore the site folder and just run everything on an action.
On a push to main, the runner should: