This is an automated email from the ASF dual-hosted git repository.

zky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git

commit e0307f8096bf706c49408992f244506e333028a2
Author: linyh <[email protected]>
AuthorDate: Mon Jul 4 22:08:14 2022 +0800

    fix: try to fix ci
---
 docs/09-DeveloperDoc/e2e-test-writing-guide.md                          | 2 +-
 .../current/09-DeveloperDoc/e2e-test-writing-guide.md                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/09-DeveloperDoc/e2e-test-writing-guide.md 
b/docs/09-DeveloperDoc/e2e-test-writing-guide.md
index 5e8ea162..2f0b7bdb 100644
--- a/docs/09-DeveloperDoc/e2e-test-writing-guide.md
+++ b/docs/09-DeveloperDoc/e2e-test-writing-guide.md
@@ -31,7 +31,7 @@ press `c` to send cancel signal
 [2022-06-22 23:03:34]  INFO  [feishu] finished step: 2 / 2
 ```
 
-<img width="993" alt="image" 
src="https://user-images.githubusercontent.com/3294100/175064505-bc2f98d6-3f2e-4ccf-be68-a1cab1e46401.png";>
+<img width="993" alt="image" 
src="https://user-images.githubusercontent.com/3294100/175064505-bc2f98d6-3f2e-4ccf-be68-a1cab1e46401.png"/>
 Ok, the data has now been saved to the `_raw_feishu_*` table, and the `data` 
column is the return information from the plugin. Here we only collected data 
for the last 2 days. The data information is not much, but it also covers a 
variety of situations. That is, the same person has data on different days.
 
 It is also worth mentioning that the plugin runs two tasks, 
`collectMeetingTopUserItem` and `extractMeetingTopUserItem`, the former is the 
task of collecting, which is needed to run this time, and the latter is the 
task of extracting data. It doesn't matter whether it runs in the prepared data 
session.
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/current/09-DeveloperDoc/e2e-test-writing-guide.md
 
b/i18n/zh/docusaurus-plugin-content-docs/current/09-DeveloperDoc/e2e-test-writing-guide.md
index 4b2d124c..5cda520e 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/current/09-DeveloperDoc/e2e-test-writing-guide.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/current/09-DeveloperDoc/e2e-test-writing-guide.md
@@ -32,7 +32,7 @@ press `c` to send cancel signal
 [2022-06-22 23:03:34]  INFO  [feishu] finished step: 2 / 2
 ```
 
-<img width="993" alt="image" 
src="https://user-images.githubusercontent.com/3294100/175064505-bc2f98d6-3f2e-4ccf-be68-a1cab1e46401.png";>
+<img width="993" alt="image" 
src="https://user-images.githubusercontent.com/3294100/175064505-bc2f98d6-3f2e-4ccf-be68-a1cab1e46401.png"/>
 
好的,目前数据已经被保存到了`_raw_feishu_*`表中,`data`列就是插件运行的返回信息。这里我们只收集了最近2天的数据,数据信息并不多,但也覆盖了各种情况,即同一个人不同天都有数据。
 
 
另外值得一提的是,插件跑了两个任务,`collectMeetingTopUserItem`和`extractMeetingTopUserItem`,前者是收集数据的任务,是本次需要跑的,后者是解析数据的任务,是本次需要测试的。在准备数据环节是否运行无关紧要。

Reply via email to