Skip to content

Commit 722f7d3

Browse files
committed
Update the instructions
1 parent 508b2d0 commit 722f7d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
...

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)