From e347120a20b00483a4276eec8c20dcb99f0c3a2f Mon Sep 17 00:00:00 2001 From: Nofated <49985975+Nofated095@users.noreply.github.com> Date: Fri, 2 Dec 2022 22:20:57 +0800 Subject: [PATCH] Update github-action-hexo.md --- source/_posts/github-action-hexo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_posts/github-action-hexo.md b/source/_posts/github-action-hexo.md index 3500070..c7d7728 100644 --- a/source/_posts/github-action-hexo.md +++ b/source/_posts/github-action-hexo.md @@ -45,8 +45,8 @@ ssh-keygen -t rsa -f github-deploy-key 打开 blog 仓库,打开 Actions 并创建一个新的 Action,将内容修改为你的值并复制到 Actions 中。 -``` bash Action>folded -name: CI +``` yaml deploy.yml >folded +name: Deploy on: push: