From 0590a397e951a85a7b4de633d1de433b048f2c39 Mon Sep 17 00:00:00 2001 From: xushunfa459 Date: Fri, 4 Nov 2022 17:37:36 +0800 Subject: [PATCH] feat: update config --- .github/workflows/deploy2io.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy2io.yml b/.github/workflows/deploy2io.yml index 2d0e8601..cfceeb2a 100644 --- a/.github/workflows/deploy2io.yml +++ b/.github/workflows/deploy2io.yml @@ -13,9 +13,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - run: yarn - - run: yarn run link - - run: yarn push2GithubWebsite + - run: cd example + - run: npm i + - run: npm run build - name : Sync uses : JamesIves/github-pages-deploy-action@4.1.7 with :