mirror of
https://github.com/muhac/chinese-holidays-calendar.git
synced 2024-11-21 01:01:50 +08:00
init project
This commit is contained in:
parent
8c425a9e3c
commit
619569644a
26
.github/workflows/ics.yml
vendored
Normal file
26
.github/workflows/ics.yml
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
name: ICS Generator
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
generate:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
|
||||
- name: Run generator
|
||||
run: date +%s > ./docs/index.html
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
file_pattern: docs/*.html
|
||||
commit_message: generate .ics file automatically
|
||||
commit_user_name: bugstep
|
||||
commit_user_email: github@isaacx.com
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -127,3 +127,6 @@ dmypy.json
|
||||
|
||||
# Pyre type checker
|
||||
.pyre/
|
||||
|
||||
# MacOs trash
|
||||
.DS_Store
|
||||
|
@ -1 +1,3 @@
|
||||
# chinese-holidays-calendar
|
||||
# Chinese Holidays Calendar
|
||||
|
||||
subscription link of public holidays in mainland China
|
||||
|
1
docs/CNAME
Normal file
1
docs/CNAME
Normal file
@ -0,0 +1 @@
|
||||
ics.github.rank.technology
|
Loading…
Reference in New Issue
Block a user