mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
add correct branch to release script
This commit is contained in:
parent
bc3d2325ce
commit
eaa12ab6b9
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
|
|||
fi
|
||||
|
||||
git remote add site https://github.com/vuematerial/vuematerial.github.io.git
|
||||
git push site `git subtree split --prefix dist/docs improvement/documentation`:master --force --progress
|
||||
git push site `git subtree split --prefix dist/docs master`:master --force --progress
|
||||
|
||||
#### npm publish
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue