Skip to content

Commit 82fef21

Browse files
committed
🚀 update ci action
1 parent ad5d9ef commit 82fef21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: hugo CI
22
on:
33
schedule:
4-
- cron: '30 8 * * *' # 在UTC时间的08:30运行,即北京时间的16:30
4+
- cron: '30 8 1-7 * 5' # 每月的第一个星期五,UTC 08:30(北京时间 16:30)触发
55
push: # push的时候触发
66
branches: # 那些分支需要触发
77
- main

0 commit comments

Comments
 (0)