Skip to content

Commit 9b64448

Browse files
committed
fix: deploy once every 15 days
1 parent d076c56 commit 9b64448

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build and Deploy to Github Pages
22

33
on:
4+
schedule:
5+
- cron: "0 * * * *"
46
push:
57
branches:
68
- master # Here source code branch is `master`, it could be other branch

0 commit comments

Comments
 (0)