Update README.md
This commit is contained in:
parent
ec04c3f7bb
commit
e4a0dfe229
11
README.md
11
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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user