Skip to content

Commit 73cb2a5

Browse files
committed
fix: run subtree from the top level
1 parent 0acff3b commit 73cb2a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
TARGET_BRANCH="build/${BRANCH}"
3535
COMMIT_MSG=$(git log -1 --pretty=%B)
3636
ORIGIN_URL=$(git config --get remote.origin.url)
37-
38-
cd docs/.vitepress/dist
3937
4038
git subtree push --prefix=docs/.vitepress/dist origin ${TARGET_BRANCH}
4139

0 commit comments

Comments
 (0)