Skip to content

Commit 3d456d1

Browse files
committed
chore(ci): blog sync
1 parent 96661ad commit 3d456d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/blog/post-55.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tags: ["CI/CD","网站部署"]
1414

1515
## 知识点
1616

17-
在开发之前,让我们先了解一下 [[github action](https://docs.github.com/en/actions/about-github-actions/understanding-github-actions)](https://docs.github.com/en/actions/about-github-actions/understanding-github-actions) ,它是一个持续集成和持续交付(CI/CD)平台,它的工作原理如下:
17+
在开发之前,让我们先了解一下 [github action](https://docs.github.com/en/actions/about-github-actions/understanding-github-actions) ,它是一个持续集成和持续交付(CI/CD)平台,它的工作原理如下:
1818

1919
1. 基于事件的触发系统
2020

@@ -151,7 +151,7 @@ jobs:
151151
1. .vuepress/dist/:代表着你构建产物的路径
152152
2. /:你要放到存储桶的对应地址
153153

154-
首选我们去 [[https://console.cloud.tencent.com/cam/capi](https://console.cloud.tencent.com/cam/capi?from_column=20423&from=20423)](https://console.cloud.tencent.com/cam/capi?from_column=20423&from=20423) 这里获取我们的 腾讯云 cos 服务需要的TENCENT_SECRET_ID 和 TENCENT_SECRET_KEY,然后还需要:
154+
首选我们去 [https://console.cloud.tencent.com/cam/capi](https://console.cloud.tencent.com/cam/capi?from_column=20423&from=20423) 这里获取我们的 腾讯云 cos 服务需要的TENCENT_SECRET_ID 和 TENCENT_SECRET_KEY,然后还需要:
155155

156156
+ COS_BUCKET:桶名称
157157
+ COS_REGION :桶地区
@@ -191,7 +191,7 @@ EMAIL_TO: 收件人邮箱地址
191191
192192
![img](https://blog-1304565468.cos.ap-shanghai.myqcloud.com/work/1743246934856-ab02a95a-519c-403b-ac71-989af72a7933.png)
193193
194-
打开对应网站,发现[[内容](http://test.luckysnail.cn/#%E8%83%8C%E6%99%AF)](http://test.luckysnail.cn/#背景)也更新了!
194+
打开对应网站,发现[内容](http://test.luckysnail.cn/#%E8%83%8C%E6%99%AF) 也更新了!
195195
196196
![img](https://blog-1304565468.cos.ap-shanghai.myqcloud.com/work/1743246978029-9af6edf2-7ddb-4c96-9d1b-2c7db47f7a41.png)
197197

0 commit comments

Comments
 (0)