Skip to content

Commit e7ae969

Browse files
committed
ci: use pnpm setup
1 parent 32cba8a commit e7ae969

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11+
12+
- name: Install Dependencies by pnpm
13+
uses: pnpm/action-setup@v2
1114
with:
12-
submodules: true
15+
version: 6
16+
run_install: true
1317

1418
- name: Setup Node
1519
uses: actions/setup-node@v2
1620
with:
1721
node-version: "14.x"
1822

19-
- name: Install Dependencies
20-
run: npm install
21-
2223
- name: Build
2324
run: npm run build
2425
env:

0 commit comments

Comments
 (0)