Skip to content

Commit

Permalink
Add deploy script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 27, 2017
1 parent 3b6c696 commit d577052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git remote add origin $ORIGIN
# git checkout -b gh-pages
git checkout -b master
git add . -A
git commit -m "$VERSION"
git commit -m "Update uiw v$VERSION document."
git push -f origin master

# git reset --hard FETCH_HEAD
Expand Down

0 comments on commit d577052

Please sign in to comment.