Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
blogcommit
Browse files Browse the repository at this point in the history
  • Loading branch information
yujiahan2018 committed Dec 30, 2023
1 parent 17ae23f commit 3c8e503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
npm run build

# 进入生成的文件夹
cd .vuepress/dist
#cd .vuepress/dist

git remote add origin https://github.com/yujiahan2018/myblogsite.git
git init
git add -A
git commit -m 'blogcommit'

# 发布到 https://<USERNAME>.github.io/<REPO>
git push origin main https://github.com/yujiahan2018/myblogsite.git
git push origin main

0 comments on commit 3c8e503

Please sign in to comment.