init project

This commit is contained in:
Muhan Li 2022-03-02 02:39:33 +08:00
parent 8c425a9e3c
commit 619569644a
4 changed files with 33 additions and 1 deletions

26
.github/workflows/ics.yml vendored Normal file
View 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
View File

@ -127,3 +127,6 @@ dmypy.json
# Pyre type checker
.pyre/
# MacOs trash
.DS_Store

View File

@ -1 +1,3 @@
# chinese-holidays-calendar
# Chinese Holidays Calendar
subscription link of public holidays in mainland China

1
docs/CNAME Normal file
View File

@ -0,0 +1 @@
ics.github.rank.technology