feat: scheduled rebuild every 30 minutes
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 1m27s

Picks up new content from IndieKit, refreshes external feeds (Last.fm,
Mastodon, Bluesky, Funkwhale, etc.) and redeploys without a manual push.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
svemagie
2026-04-01 10:17:59 +02:00
parent 9254487c2a
commit 6aaa22564f

View File

@@ -4,6 +4,8 @@ on:
push: push:
branches: [main] branches: [main]
workflow_dispatch: workflow_dispatch:
schedule:
- cron: "*/30 * * * *"
jobs: jobs:
build-and-deploy: build-and-deploy: