mirror of
https://github.com/muhac/chinese-holidays-calendar.git
synced 2024-11-21 01:01:50 +08:00
cron job every 12 hours
This commit is contained in:
parent
30bc2ad8c7
commit
b9db2ee2ee
2
.github/workflows/data.yml
vendored
2
.github/workflows/data.yml
vendored
@ -3,7 +3,7 @@ name: Update Calendar Data
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 * * * *"
|
||||
- cron: "0 */12 * * *"
|
||||
push:
|
||||
branches:
|
||||
- "**"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
subscription link of public holidays in mainland China
|
||||
|
||||
> Calendar data updated at 23:21 on March 27, 2022
|
||||
> Calendar data updated at 20:34 on April 10, 2022
|
||||
|
||||
## Demo
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// automatically generated by crawler.py (3/27/2022)
|
||||
// automatically generated by crawler.py (4/10/2022)
|
||||
// manually checked by DATA NOT VERIFIED
|
||||
// source: http://www.gov.cn/zhengce/content/2012-12/10/content_1353.htm
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// automatically generated by crawler.py (3/27/2022)
|
||||
// automatically generated by crawler.py (4/10/2022)
|
||||
// manually checked by DATA NOT VERIFIED
|
||||
// source: http://www.gov.cn/zhengce/content/2014-01/02/content_1194.htm
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// automatically generated by crawler.py (3/27/2022)
|
||||
// automatically generated by crawler.py (4/10/2022)
|
||||
// manually checked by DATA NOT VERIFIED
|
||||
// source: http://www.gov.cn/zhengce/content/2014-12/16/content_9302.htm
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// automatically generated by crawler.py (3/27/2022)
|
||||
// automatically generated by crawler.py (4/10/2022)
|
||||
// manually checked by DATA NOT VERIFIED
|
||||
// source: http://www.gov.cn/zhengce/content/2015-12/10/content_10394.htm
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// automatically generated by crawler.py (3/27/2022)
|
||||
// automatically generated by crawler.py (4/10/2022)
|
||||
// manually checked by DATA NOT VERIFIED
|
||||
// source: http://www.gov.cn/zhengce/content/2016-12/01/content_5141603.htm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user