What happened?
Quarto action for publishing should work as follows:
- Run update_post_dates, so that date on most recent post updated to date of merge
- Run quarto_publish to publish blog
As is stands now, when quarto_publish runs, it ignores the most recent commit where the post dates are updated, and the only way to fix this is to abort the publish action and add another commit.
We've tried separating the update_post_dates and publish workflows but no dice!