Skip to content

Commit 5fa03db

Browse files
committed
break out into different jobs
1 parent f23ea08 commit 5fa03db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
with:
2525
cache: "yarn"
2626
node-version: "24"
27+
- name: Install dependencies
28+
run: yarn install
2729
- name: Build
28-
run: |
29-
yarn install
30-
yarn build
30+
run: yarn build
3131
- name: Deploy
3232
uses: andykenward/[email protected]
3333
with:

0 commit comments

Comments
 (0)