diff --git a/.github/workflows/deploy2io.yml b/.github/workflows/deploy2io.yml index aa88cfd2..9c9751c9 100644 --- a/.github/workflows/deploy2io.yml +++ b/.github/workflows/deploy2io.yml @@ -17,10 +17,10 @@ jobs: # 会有很多 npm 包在外层,link 使用 # - run: cd example && npm i --legacy-peer-deps && npm run build - run: yarn - # - run: yarn run link + - run: yarn run link - run: yarn push2io - name : Sync - uses : JamesIves/github-pages-deploy-action@v4 + uses : JamesIves/github-pages-deploy-action@v4.6.0 with : branch : main # action 应该部署到的分支。 folder : dist # 操作应该部署的文件夹。