Skip to content

Commit f896812

Browse files
committed
Update post SecLLM & Github Actions
1 parent ac2ab1b commit f896812

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
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 文件
@@ -51,6 +52,8 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Hexo
2-
Personal Blog
2+
Personal Blog

source/_posts/SecLLM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ password: Guoyulab@123
1010
---
1111
# 集团网络安全大模型建设方案
1212

13-
本文主要内容是关于目前网络安全垂直领域大模型情况调研以及集团大模型额度建设方案设想
13+
本文主要内容是关于目前网络安全垂直领域大模型情况调研,以及关于集团大模型的建设方案设想
1414

1515
<!-- more -->
1616

0 commit comments

Comments
 (0)