Skip to content

Commit 8c04474

Browse files
committed
fix: docs workflow
1 parent 620da5a commit 8c04474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/example.yml renamed to .github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ jobs:
4040
run: pnpm install --frozen-lockfile
4141

4242
- name: build package and example page
43-
run: pnpm run build && pnpm -F example run build
43+
run: pnpm run build:docs
4444

4545
- name: setup github pages
4646
uses: actions/configure-pages@v4
4747

4848
- name: upload artifacts
4949
uses: actions/upload-pages-artifact@v3
5050
with:
51-
path: "./example/dist/"
51+
path: "./docs/"
5252

5353
- name: deploy to github pages
5454
id: deployment

0 commit comments

Comments
 (0)