You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Summary
Currently, we only deploy the site on pushes to `master`. This works fine expect in the cases
where we might was to schedule a post with a future publish date. This is scheduled for 10am ET every weekday.
### Test Plan
- Manually triggered the workflow with
`gh workflow run deploy.yml --ref gminn/add-daily-deployment`,
confirmed it ran successfully ([result](https://github.com/memfault/interrupt/actions/runs/12739793493))
- Confirmed site was deployed properly 🎉

0 commit comments