We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52294b2 commit 4432e54Copy full SHA for 4432e54
.github/workflows/deploy.yml
@@ -43,8 +43,8 @@ jobs:
43
uses: actions/configure-pages@v4
44
- name: Install dependencies
45
run: npm ci # 或 pnpm install / yarn install / bun install
46
- - name: Validate PR commits with commitlint
47
- run: npx commitlint --from=${{ github.event.before }} --to=${{ github.sha }} --verbose
+ # - name: Validate PR commits with commitlint
+ # run: npx commitlint --from=${{ github.event.before }} --to=${{ github.sha }} --verbose
48
- name: Build with VitePress
49
run: npm run docs:build # 或 pnpm docs:build / yarn docs:build / bun run docs:build
50
- name: Upload artifact
0 commit comments