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 b8f9f30 commit a286e18
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 @@ -11,7 +11,7 @@ on:
jobs:
copy:
runs-on: ubuntu-latest
if: github.repository == 'hellof2e/quark-design'
if: github.repository == 'hellof2e/quark-design'
steps:
- uses: actions/checkout@v2
# 会有很多 npm 包在外层,link 使用
Expand All @@ -20,7 +20,7 @@ jobs:
- run: yarn run link
- run: yarn push2io
- name : Sync
uses : JamesIves/github-pages-deploy-action@4.1.7
uses : JamesIves/github-pages-deploy-action@v4
with :
branch : main # action 应该部署到的分支。
folder : dist # 操作应该部署的文件夹。
Expand Down

0 comments on commit a286e18

Please sign in to comment.