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 72b512b commit 0acff3bCopy full SHA for 0acff3b
.github/workflows/build.yml
@@ -37,14 +37,9 @@ jobs:
37
38
cd docs/.vitepress/dist
39
40
- git init --initial-branch=${TARGET_BRANCH}
41
- git remote add origin ${ORIGIN_URL}
42
- git add .
43
- git commit -m "${COMMIT_MSG}"
+ git subtree push --prefix=docs/.vitepress/dist origin ${TARGET_BRANCH}
44
45
echo "Branch: ${BRANCH}"
46
echo "Pushing to ${TARGET_BRANCH}"
47
echo "Origin URL: ${ORIGIN_URL}"
48
- echo "Commit Message: ${COMMIT_MSG}"
49
-
50
- git push origin "${TARGET_BRANCH}"
+ echo "Commit Message: ${COMMIT_MSG}"
0 commit comments