Skip to content

Commit 85939d6

Browse files
张东张东
authored andcommitted
fix: merge
1 parent 7399fd2 commit 85939d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
- name: Install dependencies
4545
run: npm ci # 或 pnpm install / yarn install / bun install
4646
- name: Validate PR commits with commitlint
47-
if: github.event_name == 'pull_request'
4847
run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
4948
- name: Build with VitePress
5049
run: npm run docs:build # 或 pnpm docs:build / yarn docs:build / bun run docs:build

0 commit comments

Comments
 (0)