summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jasikpark <jasikpark@users.noreply.github.com> 2021-09-23 17:51:08 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-09-23 17:51:08 +0000
commit2ac02255a31049d36b661b9c47d5176ab9cbff8b (patch)
treea93f94c1c0e24956948be7895ee109f08bdb815c
parent741411306553668083a8977b94755d557577197c (diff)
downloadastro-2ac02255a31049d36b661b9c47d5176ab9cbff8b.tar.gz
astro-2ac02255a31049d36b661b9c47d5176ab9cbff8b.tar.zst
astro-2ac02255a31049d36b661b9c47d5176ab9cbff8b.zip
[ci] yarn format
-rw-r--r--docs/src/pages/guides/deploy.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/pages/guides/deploy.md b/docs/src/pages/guides/deploy.md
index b0374960b..28b48fd6c 100644
--- a/docs/src/pages/guides/deploy.md
+++ b/docs/src/pages/guides/deploy.md
@@ -342,10 +342,10 @@ You can deploy your Astro project on [Render](https://render.com/) following the
1. Create a [render.com account](https://dashboard.render.com/) and sign in
2. Click the **New +** button from your dashboard and select **Static Site**
3. Connect your [GitHub](https://github.com/) or [GitLab](https://about.gitlab.com/) repository or alternatively enter the public URL of a public repository
-4. Give your website a name, select the branch and specify the build command and publish directory
+4. Give your website a name, select the branch and specify the build command and publish directory
- **build command:** `npm run build`
- **publish directory:** `dist`
-6. Click the **Create Static Site** button
+5. Click the **Create Static Site** button
## Credits