From 1cb7eddecd29588a056ef88dda8e386b6e312044 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 30 Sep 2021 00:52:33 +0800 Subject: [PATCH] chore: update .github/workflows/ci.yml --- .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 171af3f..19d0faf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,9 @@ jobs: - run: npm run type-check - run: npm run coverage - - run: npm i coverage-badges-cli -g + - run: npm i coverage-badges-cli markdown-to-html-cli -g - run: coverage-badges + - run: markdown-to-html --output coverage/index.html - name: Deploy uses: peaceiris/actions-gh-pages@v3