Skip to content

Commit

Permalink
chore: 发布成功后自动部署官网
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Aug 5, 2022
1 parent 3ea6349 commit ae09313
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🔁 Sync Site S2 Lock And Changelog With PR
name: 🚀 After the release is successful

# 自动发布 action 执行完成后再执行 (无论成功失败都会执行)
on:
Expand Down Expand Up @@ -59,3 +59,7 @@ jobs:
gh pr create --title "chore: 🤖 更新 lock 和 changelog 文件" --body "🤖 由 [[Sync Site S2 Lock And Changelog With PR](https://github.com/antvis/S2/blob/master/.github/workflows/sync-site-lock-changelog-with-pr.yml)] action 自动创建."
env:
GITHUB_TOKEN: ${{ secrets.JINKE_GITHUB_TOKEN }}

# 部署官网
- name: Delpoy Site
run: yarn site:deploy

0 comments on commit ae09313

Please sign in to comment.