Skip to content

Commit 4432e54

Browse files
张东张东
张东
authored and
张东
committed
清除上传校验
1 parent 52294b2 commit 4432e54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
uses: actions/configure-pages@v4
4444
- name: Install dependencies
4545
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
46+
# - name: Validate PR commits with commitlint
47+
# run: npx commitlint --from=${{ github.event.before }} --to=${{ github.sha }} --verbose
4848
- name: Build with VitePress
4949
run: npm run docs:build # 或 pnpm docs:build / yarn docs:build / bun run docs:build
5050
- name: Upload artifact

0 commit comments

Comments
 (0)