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