Skip to content

Commit 8d8086b

Browse files
authored
fix: made cleanup.yml a cron job (#79)
1 parent 47d3b70 commit 8d8086b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cleanup.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
name: Cleans all preview pages for gh-pages
33

44
on:
5-
push:
6-
branches:
7-
- main
5+
schedule:
6+
- cron: "0 0 * * *"
87

98
jobs:
109
clean:

0 commit comments

Comments
 (0)