Skip to content

Commit 762d62e

Browse files
committed
fix: fix build
1 parent b897633 commit 762d62e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)