From 2ac02255a31049d36b661b9c47d5176ab9cbff8b Mon Sep 17 00:00:00 2001 From: jasikpark Date: Thu, 23 Sep 2021 17:51:08 +0000 Subject: [PATCH] [ci] yarn format --- docs/src/pages/guides/deploy.md | 4 ++-- 1 file 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