File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3535 # 下载 hexo-cli 脚手架及相关安装包
3636 run : |
3737 npm install -g hexo-cli
38+ npm install hexo-blog-encrypt
3839 npm install
3940 - name : Generate files
4041 # 编译 markdown 文件
5152 git config user.name "coldwave96"
5253 git config user.email "676803965@qq.com"
5354 echo "blog.coldsnap.eu.org" > CNAME
55+ echo "# Hexo" > README.md
56+ echo "Personal Blog" >> README.md
5457 git add .
5558 git commit -m "GitHub Actions Auto Builder at $(date +'%Y-%m-%d %H:%M:%S')"
5659 git push --force --quiet "https://${{ secrets.ACCESS_TOKEN }}@$GITHUB_REPO" master:master
Original file line number Diff line number Diff line change 11# Hexo
2- Personal Blog
2+ Personal Blog
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ password: Guoyulab@123
1010---
1111# 集团网络安全大模型建设方案
1212
13- 本文主要内容是关于目前网络安全垂直领域大模型情况调研以及集团大模型额度建设方案设想 。
13+ 本文主要内容是关于目前网络安全垂直领域大模型情况调研,以及关于集团大模型的建设方案设想 。
1414
1515<!-- more -->
1616
You can’t perform that action at this time.
0 commit comments