Skip to content

Commit

Permalink
fix gh-pages deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoye committed Jul 16, 2018
1 parent 202c33d commit dc29d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ git add -A
git commit -m 'deploy'

# 如果发布到 https://<USERNAME>.github.io/<REPO>
git push -f git@github.com:zhaoye/lyrebird.git master:gh-pages
git push -f git@github.com:meituan/lyrebird.git master:gh-pages

cd -

0 comments on commit dc29d9f

Please sign in to comment.