[ci] yarn format

This commit is contained in:
jasikpark 2021-09-23 17:51:08 +00:00 committed by GitHub Actions
parent 7414113065
commit 2ac02255a3

View file

@ -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