Skip to content

Commit

Permalink
Merge pull request #120 from Tencent/feat/auto-publish
Browse files Browse the repository at this point in the history
fix: auto publish
  • Loading branch information
honkinglin authored May 10, 2022
2 parents 04b4423 + 30afa36 commit 19a7a3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,12 @@ jobs:
- uses: actions/checkout@v3
with:
ref: main
fetch-depth: 0
submodules: recursive
- name: update official website
run: |
git status
git fetch origin
git merge origin/develop
git push origin main

0 comments on commit 19a7a3a

Please sign in to comment.