Skip to content

Commit

Permalink
fix: fix CR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zong-zhe committed Sep 4, 2023
1 parent 7223578 commit 8df9b34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/push_by_github_action-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
```bash
├── .github
│ └── workflows
│ └── push.yaml # github action workflow
│ └── push.yaml # github action 文件
├── LICENSE
├── README.md
├── kcl.mod # kcl.mod to define your kcl package
├── kcl.mod.lock # kcl.mod.lock generated by kpm
└── main.k # Your KCL program
├── kcl.mod # kcl.mod 将当前仓库内容定义为一个 kcl
├── kcl.mod.lock # kcl.mod.lock kpm 自动生成的文件
└── main.k # 您的 KCL 程序
```

### 2. 为您的仓库设置 OCI Registry,账户和密码
Expand Down

0 comments on commit 8df9b34

Please sign in to comment.