We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38bc3c4 commit 64ddd30Copy full SHA for 64ddd30
.github/workflows/deploy.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Build with VitePress
49
run: |
50
cd docs
51
- npm ci
+ npm i
52
npm run docs:build
53
cd .vitepress
54
ls
0 commit comments