Skip to content

Commit c893cea

Browse files
committed
update deploy config
1 parent 1d05270 commit c893cea

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
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install dependencies
4545
run: npm ci # or pnpm install / yarn install / bun install
4646
- name: Build with VitePress
47-
run: npm run docs:build --outputDir docs
47+
run: npm run docs:build --outputDir ./docs
4848
- name: Upload artifact
4949
uses: actions/upload-pages-artifact@v3
5050
with:

0 commit comments

Comments
 (0)