Skip to content

Commit

Permalink
chore(ci): update
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Dec 7, 2023
1 parent d9ba4d2 commit bc14452
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sync-gitee.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Sync to Gitee

on:
push:
branches: [v4]
workflow_dispatch:
schedule:
- cron: '0 1 * * *'

jobs:
deploy-site-sync-gitee:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync-h5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- '.github/workflows/**'
- 'src/**'
- 'package.json'

jobs:
copy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
branch: pkg # action 应该部署到的分支 。
folder: publish #操作应该部署的文件夹 。
clean: false
clean: true
target-folder: publish
git-config-name: github-actions
git-config-email: [email protected]
1 change: 1 addition & 0 deletions .github/workflows/sync-taro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- '.github/workflows/**'
- 'src/**'
- 'package.json'

jobs:
copy:
Expand Down

0 comments on commit bc14452

Please sign in to comment.