We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375987e commit aa6558dCopy full SHA for aa6558d
.github/workflows/deploy-docs.yml
@@ -27,7 +27,7 @@ jobs:
27
run: cd docs
28
29
- name: Install dependencies
30
- run: npm i -g pnpm & pnpm i
+ run: npm i -g pnpm && pnpm i
31
32
- name: Build
33
run: pnpm run build
0 commit comments