From 7e0f5e224be80eb37e4a73d6525a9ed77372ff5b Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 15 Jun 2023 14:55:19 +0800 Subject: [PATCH] chore: update workflow config. --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6da96c07d7..a6e7c8b377 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,10 @@ jobs: body: | ${{steps.contributors.outputs.htmlList}} + - run: npm install + - run: npm run dash + - run: cp CONTRIBUTORS.svg .deploy + - name: Build Linux Command run: | npm install