Skip to content

Commit a7b1c5b

Browse files
authored
ci/fix workflow (#10)
* ci: setup pnpm in workflow * ci: rename workflow action
1 parent 26bb45e commit a7b1c5b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v5
2525

26-
- name: Set up Node based on .nvmrc
26+
- name: Setup pnpm
27+
uses: pnpm/action-setup@v4
28+
with:
29+
run_install: false
30+
31+
- name: Set up Node
2732
uses: actions/setup-node@v5
2833
with:
2934
node-version-file: '.nvmrc'

0 commit comments

Comments
 (0)