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 8196254 commit 8c9e700Copy full SHA for 8c9e700
.github/workflows/build.yml
@@ -40,8 +40,8 @@ jobs:
40
41
find . -mindepth 1 -maxdepth 1 ! -name 'docs' ! -name '.git' -exec rm -rf {} +
42
find docs -mindepth 1 -maxdepth 1 ! -name '.vitepress' -exec rm -rf {} +
43
- cp -r docs/.vitepress/docs/* .
44
- rm -rf docs/.vitepress/docs
+ cp -r docs/.vitepress/dist/* .
+ rm -rf docs/.vitepress/dist
45
46
git checkout -b "${TARGET_BRANCH}"
47
git add .
0 commit comments