File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ modified: 2025-02-23
8585
8686# # Notes
8787
88- - It still works when using CI/CD build systems (e.g. Github Actions), used a cache file `.dates_cache.json` to solve this problem
89- 1. First, you can configure the workflow like this (penultimate line) in your .github/workflows/ci.yml
88+ - It still works when using CI/CD build systems (e.g. Github Actions), used a cache file `.dates_cache.json` to solve this problem :
89+ 1. First, you can configure the workflow like this (penultimate line) in your .github/workflows/ci.yml :
9090
9191 ` ` `
9292 ...
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ modified: 2025-02-23
8383
8484# # 注意事项
8585
86- - 在使用 CI/CD 构建系统时(比如 Github Actions)它仍然有效,使用了缓存文件 `.dates_cache.json` 来解决这个问题
86+ - 在使用 CI/CD 构建系统时(比如 Github Actions)它仍然有效,使用了缓存文件 `.dates_cache.json` 来解决这个问题:
8787 1. 首先,你可以这么配置工作流(倒数第二行),在你的 .github/workflows/ci.yml 中:
8888
8989 ` ` `
You can’t perform that action at this time.
0 commit comments