Skip to content

Commit

Permalink
ci: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 12, 2024
1 parent cbc1fc5 commit 66a82aa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build
on:
push:
branches:
- master
- v4
jobs:
build-deploy:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -66,12 +66,12 @@ jobs:
id: tag_version
uses: jaywcjlove/changelog-generator@main

- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./coverage
# - name: Deploy
# uses: peaceiris/actions-gh-pages@v4
# with:
# commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./coverage

- name: Generate Changelog
id: changelog
Expand Down

0 comments on commit 66a82aa

Please sign in to comment.