Skip to content

Commit aa6558d

Browse files
committed
Hotfix github action
1 parent 375987e commit aa6558d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: cd docs
2828

2929
- name: Install dependencies
30-
run: npm i -g pnpm & pnpm i
30+
run: npm i -g pnpm && pnpm i
3131

3232
- name: Build
3333
run: pnpm run build

0 commit comments

Comments
 (0)