Skip to content

Commit 29052be

Browse files
committed
💚 github actions fixes
1 parent d886831 commit 29052be

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches: 'main'
66

77
jobs:
8-
check:
9-
name: Check
8+
build:
9+
name: Build
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
@@ -21,12 +21,6 @@ jobs:
2121
run: npm run lint
2222
- name: Test
2323
run: npm run test
24-
- name: Build
25-
run: npm run build
26-
build:
27-
needs: check
28-
runs-on: ubuntu-latest
29-
steps:
3024
- name: Build
3125
env:
3226
BASE_PATH: '/${{ github.event.repository.name }}'
@@ -36,6 +30,7 @@ jobs:
3630
with:
3731
path: 'build/'
3832
deploy:
33+
name: Deploy
3934
needs: build
4035
runs-on: ubuntu-latest
4136
permissions:

0 commit comments

Comments
 (0)