Skip to content

Commit 18546de

Browse files
authored
Redeploy site at 7am UTC, so meetups for "today" don't disappear on Pacific Time
1 parent a84519b commit 18546de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches: ["main"]
66
schedule:
7-
- cron: "0 0 * * *" # Runs every day at 00:00 UTC time
7+
- cron: "0 7 * * *" # Runs every day at 00:00 UTC time
8+
89
workflow_dispatch:
910

1011
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages

0 commit comments

Comments
 (0)