Skip to content

Commit 53a07ad

Browse files
committed
🚀 update deploy
1 parent 7efc77a commit 53a07ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deploy.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
set -e
44

5+
git checkout gh-pages
56
cd dist
6-
7+
git config user.name "${U_NAME}"
8+
git config user.email "${U_EMAIL}"
79
git init
810
git add -A
911
git commit -m 'deploy'
10-
1112
git push -f git@github.com:chen129/cl-ui.git master:gh-pages
1213

1314
cd -

0 commit comments

Comments
 (0)