We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d886831 commit 29052beCopy full SHA for 29052be
.github/workflows/deploy.yml
@@ -5,8 +5,8 @@ on:
5
branches: 'main'
6
7
jobs:
8
- check:
9
- name: Check
+ build:
+ name: Build
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
@@ -21,12 +21,6 @@ jobs:
21
run: npm run lint
22
- name: Test
23
run: npm run test
24
- - name: Build
25
- run: npm run build
26
- build:
27
- needs: check
28
- runs-on: ubuntu-latest
29
- steps:
30
- name: Build
31
env:
32
BASE_PATH: '/${{ github.event.repository.name }}'
@@ -36,6 +30,7 @@ jobs:
36
with:
37
path: 'build/'
38
deploy:
33
+ name: Deploy
39
34
needs: build
40
35
41
permissions:
0 commit comments