Skip to content

Commit

Permalink
调整结构
Browse files Browse the repository at this point in the history
  • Loading branch information
CatCodeMe committed Mar 23, 2024
1 parent 9ccf838 commit 469b4aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 1100_blog_content/others/publish workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ git push
![20240324-publish_add_submodule.png](img/user/999_repository/20240324-publish_add_submodule.png)

### Configure GitHub Actions for Automatic Compilation
> For beginners, you can follow the subsequent steps. If you are familiar with the github action , you can directly refer to and adjust these [notes repo action configuration](https://github.com/CatCodeMe/content_demo/blob/main/.github/workflows/deploy.yml). and [compilation repo action config](https://github.com/CatCodeMe/quartz_demo/blob/v4/.github/workflows/ci.yaml)
> For beginners, you can follow the subsequent steps. If you are familiar with the github action , you can directly refer to and adjust these files. [notes repo action config](https://github.com/CatCodeMe/content_demo/blob/main/.github/workflows/deploy.yml) and [compilation repo action config](https://github.com/CatCodeMe/quartz_demo/blob/v4/.github/workflows/ci.yaml)
#### Configure Notes Repository (content_demo)
>You can do it directly on GitHub, or if you prefer Git client tools, you can clone it to your local machine for operation.
Expand Down
4 changes: 2 additions & 2 deletions 1100_blog_content/others/博客发布流程.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ $ git push
> 可以直接在github, 如果喜欢git客户端工具也可以clone到本地再操作。
新建一个文件(点击上图的`create a new file`蓝色链接即可), 叫`.github/workflows/deploy.yml`
- **文件夹路径必须是 `.github/workflows `, 文件后缀必须是`.yml`**, 文件名没有要求,只要符合github要求即可
- `deploy.yml` 的文件内容,可以参考这里 [deploy.yml](https://github.com/CatCodeMe/content_demo/blob/main/.github/workflows/deploy.yml) ;复制并修改好内容后,点击右上角的`commit` 按钮,即可保存当前文件
- **文件夹路径必须是 `.github/workflows `, 文件后缀必须是`.yml`**, 文件名没有要求,只要符合github要求即可
- `deploy.yml` 的文件内容,可以参考这里 [deploy.yml](https://github.com/CatCodeMe/content_demo/blob/main/.github/workflows/deploy.yml) ;复制并修改好内容后,点击右上角的`commit` 按钮,即可保存当前文件
![20240322-publish_zh_yml.png](img/user/999_repository/20240322-publish_zh_yml.png)
- `repo` 选项替换成步骤2中名称,结构是`yourname/yourname.github.io`
- `token` 选项是github的鉴权token,使用时要注意
Expand Down

0 comments on commit 469b4aa

Please sign in to comment.