We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d03f0 commit 6306da6Copy full SHA for 6306da6
1 file changed
deploy.sh
@@ -17,4 +17,6 @@ git commit -m "$msg"
17
18
# Push source and build repos.
19
git push origin dev
20
-git subtree push --prefix=public git@github.com:oam-dev/oam-dev.github.io.git master
+git subtree push --prefix=public git@github.com:oam-dev/oam-dev.github.io.git master
21
+
22
+git push origin `git subtree split --prefix=public git@github.com:oam-dev/oam-dev.github.io.git master`:master --force
0 commit comments