Skip to content

Commit 1dc4dfe

Browse files
authored
refactor(ci): use install action in deploy-gh-pages (#13)
1 parent ef1638b commit 1dc4dfe

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,8 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v4
1919

20-
- name: Install pnpm
21-
uses: pnpm/action-setup@v4
22-
with:
23-
run_install: false
24-
25-
- name: Install Node.js
26-
uses: actions/setup-node@v4
27-
with:
28-
node-version-file: 'package.json'
29-
cache: 'pnpm'
30-
31-
- name: Install dependencies
32-
run: pnpm install
20+
- name: Install
21+
uses: ./.github/actions/install
3322

3423
- name: Repository Basename
3524
id: repository-basename

0 commit comments

Comments
 (0)