Skip to content

Commit 0ceb0af

Browse files
committed
update
1 parent 6cd1144 commit 0ceb0af

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ git add -A
1515
git commit -m 'deploy'
1616

1717
# 如果发布到 https://<USERNAME>.github.io
18-
git push -f https://github.com/vaopen/blog.git master:gh-pages
18+
git push -f https://github.com/vaopen/blogs.git master:gh-pages
1919

2020
# 如果发布到 https://<USERNAME>.github.io/<REPO>
2121
# git push -f [email protected]:<USERNAME>/<REPO>.git master:gh-pages

docs/.vuepress/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
base: '/blogs/',
23
title: "vaopen'blog",
34
description: "不能因理想遥远而放弃追求 不能因现实复杂而放弃梦想",
45
evergreen: true,

docs/.vuepress/dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 78fbfab5c285c2a250bf8131b38d51932a6fce5f
1+
Subproject commit 726dca1f86ab8a0987c40973640f19c50abdbea7

0 commit comments

Comments
 (0)