Skip to content

Commit ab091ef

Browse files
committed
fix(doc):改fetch_depth为1
1 parent 4dfc93c commit ab091ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy VitePress Site
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- "v*"
77
workflow_dispatch:
88

99
permissions:
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v5
2424
with:
25-
fetch-depth: 0
25+
fetch-depth: 1
2626

2727
- name: Setup pnpm
2828
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)