Skip to content

Commit de70fb6

Browse files
authored
Specify docs directory in VitePress build command
Update VitePress build command to specify docs directory.
1 parent 8a23043 commit de70fb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: npm ci
2222

2323
- name: Build VitePress site
24-
run: npx vitepress build
24+
run: npx vitepress build docs
2525

2626
- name: Deploy to GitHub Pages
2727
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)