We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b897633 commit 762d62eCopy full SHA for 762d62e
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
find . -mindepth 1 -maxdepth 1 ! -name 'docs' ! -name '.git' -exec rm -rf {} +
41
find docs -mindepth 1 -maxdepth 1 ! -name '.vitepress' -exec rm -rf {} +
42
cp -r docs/.vitepress/dist/* .
43
- rm -rf docs/.vitepress/dist
+ rm -rf docs
44
45
git checkout -b "${TARGET_BRANCH}"
46
git add .
0 commit comments