Skip to content

Commit a7d97a4

Browse files
authored
Automatically build website after each meetup
1 parent d66772c commit a7d97a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/static-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ on:
22
push:
33
branches:
44
- main
5+
schedule:
6+
# run an hour (no DST) or two hours (DST) after the meetup begins
7+
- cron: '0 1 * * 4#2'
58

69
jobs:
710
build:

0 commit comments

Comments
 (0)