We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c9140 commit 822a071Copy full SHA for 822a071
deploy.sh
@@ -14,10 +14,10 @@ git add .
14
git commit -m 'deploy'
15
16
# 如果发布到 https://<USERNAME>.github.io
17
-# git push -f git@github.com:<USERNAME>/<USERNAME>.github.io.git master
+git push -f git@github.com:<loycoder>/<loycoder>.github.io.git master
18
19
# 如果发布到 https://<USERNAME>.github.io/<REPO>
20
-git push -f git@github.com:<USERNAME>/<REPO>.git master:gh-pages
+# git push -f git@github.com:<USERNAME>/<REPO>.git master:gh-pages
21
22
# git push -f origin master:master
23
0 commit comments