Skip to content

Commit 6759211

Browse files
committed
Revert "Automatically build website after each meetup"
This reverts commit 1428edf. GitHub's error message was: ``` invalid `cron` attribute "0 1 * * 4#2" ```
1 parent 1428edf commit 6759211

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/static-deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ 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'
85

96
jobs:
107
build:

0 commit comments

Comments
 (0)