Skip to content

Commit 2c86378

Browse files
committed
Simplify github workflow file
1 parent 0fd3f42 commit 2c86378

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,10 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16-
with:
17-
# fetch all commits to get last updated time or other git log info
18-
fetch-depth: 0
1916

2017
- name: Setup pnpm
2118
uses: pnpm/action-setup@v3
2219
with:
23-
version: 9
2420
# install deps with pnpm
2521
run_install: true
2622

0 commit comments

Comments
 (0)