Skip to content

Commit 5e0921a

Browse files
committed
ci: fix
1 parent b57d019 commit 5e0921a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ pnpm run build
1414
# Build gopeed-js API Reference Document
1515
pnpm run docs
1616
# Copy dist to /docs/public/site/reference
17-
cp -r docs/* ../docs/public/site/reference/
17+
cp -r docs/* ../.vitepress/dist/site/reference/
1818

1919
# Build gopeed-js OpenAPI sepc
2020
cd packages/gopeed-openapi
2121
pnpm run build
2222
# Copy swagger.json to /docs/public/site/openapi
23-
cp build/swagger.json ../../../docs/public/site/openapi/
23+
cp build/swagger.json ../../../.vitepress/dist/site/openapi/

0 commit comments

Comments
 (0)