Skip to content

Commit

Permalink
ci: add cron to re-deploy every day
Browse files Browse the repository at this point in the history
  • Loading branch information
Waver-Velvet committed Jun 4, 2024
1 parent 7d7aa1b commit 4437023
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

name: Deploy Vercel
on:
# At 20:00 UTC (04:00 HKT)
schedule:
- cron: 0 20 * * *
push:
branches: [ master ]
workflow_dispatch:
Expand Down

0 comments on commit 4437023

Please sign in to comment.