From a1828e37a48ef4aa3043884b6a6d9482558d3d70 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Tue, 3 Oct 2023 03:07:17 +0800 Subject: [PATCH] ci: update workflows config. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ea8f1b..eefbf96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,8 +21,6 @@ jobs: - run: npm run build - run: npm install - - run: mkdir -p build - - name: Create idoc config. working-directory: core run: | @@ -39,7 +37,9 @@ jobs: - run: idoc working-directory: core - - run: cp -rp core/dist ./build + + - run: mkdir -p build + - run: cp -rp core/dist/* ./build - name: Generate Contributors Images uses: jaywcjlove/github-action-contributors@main