From ae6b8339b136f16adc8c20756cb02b21752e46b8 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Fri, 1 Sep 2023 10:08:26 +0800 Subject: [PATCH] ci: update workflows config. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 373a1185..c424eca9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,9 @@ jobs: EOF - run: npm install idoc@1.26.6 -g + - run: idoc - - run: npm i markdown-to-html-cli coverage-badges-cli -g + - run: npm i coverage-badges-cli -g - run: coverage-badges --output dist/badges.svg - name: Generate Contributors Images