Skip to content

Commit 633878a

Browse files
author
jeek
committed
fix: fix cname
1 parent 0eeeeb4 commit 633878a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: export NODE_OPTIONS=--max_old_space_size=10240 && yarn docs:build
4343

4444
- name: Set VuePress CNAME
45-
run: cd docs/.vuepress/dist && echo 'docs.zkkysqs.top' > CNAME && cd -
45+
run: cd docs/.vuepress/dist && echo 'blog.zkkysqs.top' > CNAME && cd -
4646

4747
# 查看 workflow 的文档来获取更多信息
4848
# @see https://github.com/crazy-max/ghaction-github-pages

CNAME

0 Bytes
Binary file not shown.

deploy.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ npm run docs:build
1010
cd docs/.vuepress/dist
1111

1212
# 发布到自定义域名
13-
echo 'docs.zkkysqs.top' > CNAME
13+
echo 'blog.zkkysqs.top' > CNAME
1414

1515
git init
1616
git add -A
@@ -20,7 +20,8 @@ git commit -m ':rocket: deploy'
2020
# git push -f [email protected]:<USERNAME>/<USERNAME>.github.io.git master
2121

2222
# 如果发布到 https://<USERNAME>.github.io/<REPO>
23-
git push -f [email protected]:zkkysqs/blog.git master:gh-pages
23+
#git push -f [email protected]:zkkysqs/blog.git master:gh-pages
24+
git push -f [email protected]:Keekuun/keekuun.github.io.git master:gh-pages
2425
#git push -f [email protected]:keekuun/blog.git master:gh-pages
2526

2627

0 commit comments

Comments
 (0)