We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7399fd2 commit 85939d6Copy full SHA for 85939d6
.github/workflows/deploy.yml
@@ -44,7 +44,6 @@ jobs:
44
- name: Install dependencies
45
run: npm ci # 或 pnpm install / yarn install / bun install
46
- name: Validate PR commits with commitlint
47
- if: github.event_name == 'pull_request'
48
run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
49
- name: Build with VitePress
50
run: npm run docs:build # 或 pnpm docs:build / yarn docs:build / bun run docs:build
0 commit comments