forked from Libra11-zz/vuepress-theme-libra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e650d20
commit 966f571
Showing
2 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,10 +16,12 @@ git init | |
git add -A | ||
git commit -m 'deploy' | ||
|
||
# 下面的<USERNAME>就是你github上的用户名,<REPO>就是你的仓库名 | ||
# 如果发布到 https://<USERNAME>.github.io | ||
# git push -f [email protected]:<USERNAME>/<USERNAME>.github.io.git master | ||
|
||
# 如果发布到 https://<USERNAME>.github.io/<REPO> | ||
# 当然你也可以不选择gh-pages分支,选择主分支和任意分支都可以 | ||
git push -f [email protected]:Libra11/vuepress-theme-libra.git master:gh-pages | ||
|
||
cd - |