Skip to content

Commit 8c9e700

Browse files
committed
fix: fix move dist
1 parent 8196254 commit 8c9e700

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
4141
find . -mindepth 1 -maxdepth 1 ! -name 'docs' ! -name '.git' -exec rm -rf {} +
4242
find docs -mindepth 1 -maxdepth 1 ! -name '.vitepress' -exec rm -rf {} +
43-
cp -r docs/.vitepress/docs/* .
44-
rm -rf docs/.vitepress/docs
43+
cp -r docs/.vitepress/dist/* .
44+
rm -rf docs/.vitepress/dist
4545
4646
git checkout -b "${TARGET_BRANCH}"
4747
git add .

0 commit comments

Comments
 (0)