Skip to content

Commit 257dc23

Browse files
committed
fix: deploy once every 15 days
1 parent d076c56 commit 257dc23

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/deploy.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Build and Deploy to Github Pages
22

33
on:
4-
push:
5-
branches:
6-
- master # Here source code branch is `master`, it could be other branch
4+
# schedule:
5+
# - cron: "0 0 1,15 * *"
6+
# push:
7+
# branches:
8+
# - master # Here source code branch is `master`, it could be other branch
79

810
jobs:
911
build_and_deploy:

0 commit comments

Comments
 (0)