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