yarn
git submodule update --init --recursive
cd sync && yarn && cd ..
yarn sync
Workflow 1:
- Someone Star this project
willin-love/willin.love
, trigger Github Actions - Github Actions sync data and generate static site to
willin-love/willin-love.github.io
- Webhooks to Aliyun, sync site files to oss (for Baidu SEO)
Workflow 2:
- Travis CI crontab tasks every day / Push to
willin-love/willin.love
master branch - Sync data and generate static site to
willin-love/willin-love.github.io
- Webhooks to Aliyun, sync site files to oss (for Baidu SEO)
Apache-2.0