Skip to content

Commit 7a15cc3

Browse files
author
BitByBit-B3
committed
fix: correct VitePress build path in docs deployment workflow
1 parent 27ac576 commit 7a15cc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
run: pnpm -w install --frozen-lockfile
4545

4646
- name: Build with VitePress
47-
run: pnpm --filter @bitbybit-b3/elements-docs build
47+
run: |
48+
cd docs-site
49+
pnpm build
4850
4951
- name: Upload artifact
5052
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)