Skip to content

Commit a232236

Browse files
authored
Merge pull request #1667 from dogledogle/fix/docs-format
docs(static-deploy): remove extra space
2 parents c24f59b + a0f9145 commit a232236

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

guide/static-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ $ npm run preview
131131
132132
### Netlify CLI {#netlify-cli}
133133
134-
1. 通过 `npm install -g netlify-cli` 安装 [Netlify CLI](https://docs.netlify.com/api-and-cli-guides/cli-guides/get-started-with-cli/)
134+
1. 通过 `npm install -g netlify-cli` 安装 [Netlify CLI](https://docs.netlify.com/api-and-cli-guides/cli-guides/get-started-with-cli/)。
135135
2. 使用 `netlify init` 创建一个新站点。
136136
3. 使用 `netlify deploy` 来部署。
137137

@@ -287,7 +287,7 @@ Cloudflare Pages 提供了一种直接部署到 Cloudflare 的方式,而无需
287287
- **构建命令**:`npm install && npm run build`
288288
- **发布目录**:`dist`
289289

290-
5. 点击 **Create Static Site**, 你的应用将会被部署在 `https://<PROJECTNAME>.onrender.com/`。
290+
5. 点击 **Create Static Site**,你的应用将会被部署在 `https://<PROJECTNAME>.onrender.com/`。
291291

292292
默认情况下,推送到该指定分支的任何新的 commit 都会自动触发一个新的部署。[Auto-Deploy](https://render.com/docs/deploys#toggling-auto-deploy-for-a-service) 可以在项目设置中部署。
293293

0 commit comments

Comments
 (0)