Publish two overdue posts (caldav-colors, the-feature-i-said-no-to) #5
Reference in New Issue
Block a user
Delete Branch "publish-overdue-posts"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Both posts passed their pubDate but were still
draft: true, so the daily scheduled-deploy rebuild kept skipping them —getPublishedPosts()checksdraftbeforepubDate, so the flag outranks the date indefinitely.Verified with a production build: both render and appear in the blog index, RSS feed, and sitemap.
🤖 Generated with Claude Code