Skip to content

Commit f1a2d56

Browse files
authored
fix: deploy.yml
1 parent d5ec3f5 commit f1a2d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install dependencies
4848
run: npm ci # or pnpm install / yarn install / bun install
4949
- name: Build with VitePress
50-
run: npm run build
50+
run: npx vitepress build
5151
- name: Upload artifact
5252
uses: actions/upload-pages-artifact@v3
5353
with:

0 commit comments

Comments
 (0)