Skip to content

Commit

Permalink
fix: h5 yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Jul 4, 2024
1 parent 9a33849 commit 52b0271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy2io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 # 操作应该部署的文件夹。
Expand Down

0 comments on commit 52b0271

Please sign in to comment.