Skip to content

Commit

Permalink
fix:ci 增加首页发布命令
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenlingasMx committed Mar 27, 2023
1 parent 927474b commit e03a267
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,13 @@ jobs:
id: tag_version
uses: jaywcjlove/changelog-generator@v1.5.4

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
commit_message: '[${{steps.tag_version.outputs.tag}}] ${{ github.event.head_commit.message }}'
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./examples/website/build

- name: Generate Changelog
id: changelog
uses: jaywcjlove/changelog-generator@v1.5.4
Expand Down

0 comments on commit e03a267

Please sign in to comment.