Skip to content

Commit

Permalink
fixe: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Apr 3, 2024
1 parent ec824d8 commit 1eba15b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy-v2-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
playground/*
playground/*/**
- uses: BobAnkh/[email protected]
with:
REPO_NAME: 'hellof2e/quark-core-docs'
ACCESS_TOKEN: ${{secrets.GIT_ACTION}}
PATH: 'CHANGELOG.md'
COMMIT_MESSAGE: 'docs(CHANGELOG): update release notes'
TYPE: 'feat:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements'

# 部署到当前仓库的 gh-pages 分支
# - name: Deploy
Expand Down

0 comments on commit 1eba15b

Please sign in to comment.