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

0 comments on commit 1470b31

Please sign in to comment.