Skip to content

Commit

Permalink
chore: ci improve (#335)
Browse files Browse the repository at this point in the history
* chore: ci improve

* chore: fix repo
  • Loading branch information
yoyo837 committed Apr 16, 2024
1 parent cd7dd50 commit 436f2a8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy2io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
copy:
runs-on: ubuntu-latest
if: github.repository == 'hellof2e/quark-design'
steps:
- uses: actions/checkout@v2
# 会有很多 npm 包在外层,link 使用
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reademe-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
contrib-readme-en-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
if: github.repository == 'hellof2e/quark-design'
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync-docs-to-React-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
copy:
runs-on: ubuntu-latest
if: github.repository == 'hellof2e/quark-design'
steps:
- uses: actions/checkout@v2
- run: yarn install
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync-docs-to-Vue-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
copy:
runs-on: ubuntu-latest
if: github.repository == 'hellof2e/quark-design'
steps:
- uses: actions/checkout@v2
- run: yarn install
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync-gitee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [ push, delete, create ]
jobs:
deploy-site-sync-gitee:
runs-on: ubuntu-latest
if: github.repository == 'hellof2e/quark-design'
steps:
- name: Sync to Gitee
uses: wearerequired/git-mirror-action@master
Expand Down

0 comments on commit 436f2a8

Please sign in to comment.