We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464177c commit c50f7d4Copy full SHA for c50f7d4
4 files changed
docs/.DS_Store
2 KB
docs/.vuepress/.DS_Store
docs/.vuepress/dist
@@ -1 +1 @@
1
-Subproject commit 307993a8a3b9511d70856d04ae72183f03fe894e
+Subproject commit d1001ed8ae76d462c30042c12ce8b236f96134c1
scripts/deploy-gh.sh
@@ -7,10 +7,10 @@ set -e
7
npm run docs:build
8
9
# 进入生成的文件夹
10
-cd ../docs/.vuepress/dist
+cd docs/.vuepress/dist
11
12
# 如果是发布到自定义域名
13
-#echo 'www.starfish.ink/JavaKeeper' > CNAME
+#echo 'http://javakeeper.starfish.ink/' > CNAME
14
15
git init
16
git add -A
@@ -26,4 +26,5 @@ git commit -m 'deploy'
26
27
git push -f git@github.com:jstarfish/jstarfish.github.io.git master
28
29
+
30
cd -
0 commit comments