diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml
index b403634..ec2bdd3 100644
--- a/.forgejo/workflows/deploy.yml
+++ b/.forgejo/workflows/deploy.yml
@@ -1,8 +1,8 @@
name: Deploy
on:
- push:
- branches: [main]
+ schedule:
+ - cron: '0 6 * * *'
workflow_dispatch:
jobs:
diff --git a/src/components/Header.astro b/src/components/Header.astro
index 8e28250..bfba4f7 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -60,20 +60,6 @@ const switchHref = await resolveSwitchHref();