From 1b519254a8741caf349381a6ff8c762b36c5d040 Mon Sep 17 00:00:00 2001 From: ping <18786721@qq.com> Date: Sat, 9 Sep 2023 08:39:55 +0800 Subject: [PATCH] Update deploy.yaml --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ca711c3..09d0211 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -22,10 +22,10 @@ jobs: run: git submodule update - name: Setup config - run: cp -rf chains explorer/chains + run: cp -rf chains explorer/chains && cd explorer - name: Install - run: yarn install --ignore-engines + run: yarn install - name: Build run: yarn build