[ci] yarn format
This commit is contained in:
parent
0816ac0636
commit
b21eafd35c
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
4. In the newly created pipeline add a **[Node.js](https://buddy.works/actions/node-js)** action.
|
||||||
5. In this action add:
|
5. In this action add:
|
||||||
|
|
||||||
```node
|
```node
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
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`.
|
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.
|
7. Press the **Run** button.
|
||||||
|
|
Loading…
Reference in a new issue