Skip to content

Commit 6ea3038

Browse files
committed
feat: deploy
1 parent 711714b commit 6ea3038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy.sh

100644100755
+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ git checkout -b dist
1010
git add -A
1111
git commit -m 'deploy'
1212
printf "本地提交成功\n"
13-
# git push -f git@github.com:webVueBlog/awesome-css.git dist
14-
git push -f https://github.com/webVueBlog/awesome-css.git dist
13+
git push -f git@github.com:webVueBlog/tailwindcss-chinese.git dist
14+
# git push -f https://github.com/webVueBlog/awesome-css.git dist
1515

1616
printf "dist目录上传成功\n"

0 commit comments

Comments
 (0)