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 d96008f commit 0ce098aCopy full SHA for 0ce098a
.github/workflows/deploy.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Setup Pages
45
uses: actions/configure-pages@v4
46
- name: Install dependencies
47
- run: pnpm ci
+ run: pnpm install
48
- name: Build with VitePress
49
run: |
50
pnpm docs:build
0 commit comments