Skip to content

Commit c50f7d4

Browse files
jiahaixinjiahaixin
authored andcommitted
📚blog deploy
1 parent 464177c commit c50f7d4

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/.DS_Store

2 KB
Binary file not shown.

docs/.vuepress/.DS_Store

2 KB
Binary file not shown.

docs/.vuepress/dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 307993a8a3b9511d70856d04ae72183f03fe894e
1+
Subproject commit d1001ed8ae76d462c30042c12ce8b236f96134c1

scripts/deploy-gh.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ set -e
77
npm run docs:build
88

99
# 进入生成的文件夹
10-
cd ../docs/.vuepress/dist
10+
cd docs/.vuepress/dist
1111

1212
# 如果是发布到自定义域名
13-
#echo 'www.starfish.ink/JavaKeeper' > CNAME
13+
#echo 'http://javakeeper.starfish.ink/' > CNAME
1414

1515
git init
1616
git add -A
@@ -26,4 +26,5 @@ git commit -m 'deploy'
2626

2727
git push -f git@github.com:jstarfish/jstarfish.github.io.git master
2828

29+
2930
cd -

0 commit comments

Comments
 (0)