Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 发布成功后自动部署官网 #1649

Merged
merged 1 commit into from
Aug 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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