Skip to content

Commit 8e5c0cf

Browse files
Fix docs build path for VitePress
1 parent 5484fa2 commit 8e5c0cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
- name: Install dependencies
143143
run: bun install
144144

145-
- name: Generate documentation
145+
- name: Build VitePress docs
146146
run: bun run docs
147147

148148
- name: Setup Pages
@@ -151,7 +151,7 @@ jobs:
151151
- name: Upload artifact
152152
uses: actions/upload-pages-artifact@v3
153153
with:
154-
path: docs
154+
path: docs/.vitepress/dist
155155

156156
- name: Deploy to GitHub Pages
157157
id: deployment

0 commit comments

Comments
 (0)