Skip to content

Commit 44b4c46

Browse files
build-docs.yaml에서 pnpm 설정을 정리하고, 중복된 pnpm 설정을 제거하여 문서 빌드 프로세스를 개선함.
1 parent 3d76bc7 commit 44b4c46

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-docs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4
16+
- name: Setup pnpm
17+
uses: pnpm/action-setup@v4
18+
with:
19+
version: 10.15.1
1620
- name: Setup Node.js
1721
uses: actions/setup-node@v4
1822
with:
1923
node-version: 18
2024
cache: pnpm
2125
cache-dependency-path: pnpm-lock.yaml
22-
- name: Setup pnpm
23-
uses: pnpm/action-setup@v4
24-
with:
25-
version: 10.15.1
2626
- name: Install dependencies
2727
run: pnpm install --frozen-lockfile
2828
- name: Build docs

0 commit comments

Comments
 (0)