diff --git a/README.md b/README.md index 8404ba3..3fe23f8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ - [Features](https://github.com/ZhgChgLi/linkyee/edit/main/README.md#features) - [Get Started – Deploy on GitHub Pages](https://github.com/ZhgChgLi/linkyee/edit/main/README.md#get-started--deploy-on-github-pages) -- [Configuration & Customized](https://github.com/ZhgChgLi/linkyee/edit/main/README.md#configuration) +- [Configuration & Customized & Automatic Redeployment](https://github.com/ZhgChgLi/linkyee/edit/main/README.md#configuration) - [Custom Domain](https://en.zhgchg.li/posts/483af5d93297/) ## Features @@ -208,6 +208,15 @@ Refresh the page for the changes to take effect. 🚀 > Yes, you can use GenAI tools like ChatGPT to help you create your own custom link pages! +#### Automatic Redeployment + +By default, the project redeploys automatically once a day to refresh the values of plugin's dynamic variables. You can adjust the [cron](https://crontab.guru/#0_0_*_*_*) settings in [build.yml](../../actions/workflows/build.yml): +``` +schedule: + - cron: '0 0 * * *' # Runs daily at midnight (00:00 UTC) +``` +If you don’t need scheduled redeployment, simply delete the schedule block. + ## Custom Domain ❤️❤️❤️ You can set a custom GitHub Pages domain, such as my own: [https://link.zhgchg.li](https://link.zhgchg.li).