summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2021-10-12 15:58:26 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-10-12 15:58:26 +0000
commitb21eafd35ca5c0fbea8c8b32354a9006b36b44a6 (patch)
treec2ebe245b0b4be12ee7938b9fd9ee1afee7d98f4 /docs/src
parent0816ac0636d245fab01b70b8b516a41ab25f75cb (diff)
downloadastro-b21eafd35ca5c0fbea8c8b32354a9006b36b44a6.tar.gz
astro-b21eafd35ca5c0fbea8c8b32354a9006b36b44a6.tar.zst
astro-b21eafd35ca5c0fbea8c8b32354a9006b36b44a6.zip
[ci] yarn format
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/pages/guides/deploy.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/src/pages/guides/deploy.md b/docs/src/pages/guides/deploy.md
index 73c4ee3e3..760404052 100644
--- a/docs/src/pages/guides/deploy.md
+++ b/docs/src/pages/guides/deploy.md
@@ -357,10 +357,10 @@ You can deploy your Astro project using [Buddy](https://buddy.works). To do so y
4. In the newly created pipeline add a **[Node.js](https://buddy.works/actions/node-js)** action.
5. In this action add:
- ```node
- npm install
- npm run build
- ```
+ ```node
+ npm install
+ npm run build
+ ```
6. Add a deployment action - there are many to choose from, you can browse them [here](https://buddy.works/actions). Although their can settings differ, remember to set the **Source path** to `dist`.
7. Press the **Run** button.