From e4a0dfe229cb7860bfa9cddaa2ae128745d80098 Mon Sep 17 00:00:00 2001 From: ZhgChgLi <33706588+zhgchgli0718@users.noreply.github.com> Date: Sun, 27 Oct 2024 11:07:18 +0800 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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).