Skip to content

Commit

Permalink
doc: 1、备份文章;
Browse files Browse the repository at this point in the history
  • Loading branch information
01Petard committed Nov 27, 2024
1 parent aa02194 commit 51e6258
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs_push
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#!/bin/bash
cd ~/project/blog-vue-vitepress


# 查看文件
echo "文件修改记录"
git status
Expand All @@ -14,4 +13,9 @@ git add .
git commit -m "doc: 1、备份文章;"
echo "========================================"

# 推送文件
echo "推送文件"
git push origin main
echo "========================================"

echo "博客已重新部署,详情点击: http://www.huangzexiao.top"

0 comments on commit 51e6258

Please sign in to comment.