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 a5edd55 commit 25f7809
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sync-docs-to-React-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ on:
jobs:
copy:
runs-on: ubuntu-latest
# if: github.repository == 'hellof2e/quark-design'
steps:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn copydocs2react
- name : Sync
uses : JamesIves/github-pages-deploy-action@releases/v4-flow
uses : JamesIves/github-pages-deploy-action@v4
with :
branch : main # action 应该部署到的分支 。
folder : site_docs # 操作应该部署的文件夹 。
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/sync-docs-to-Vue-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
jobs:
copy:
runs-on: ubuntu-latest
# if: github.repository == 'hellof2e/quark-design'
steps:
- uses: actions/checkout@v2
- run: yarn install
Expand Down

0 comments on commit 25f7809

Please sign in to comment.