fix: removes failing step
This commit is contained in:
parent
071c9971a7
commit
e20bbe29fd
1 changed files with 1 additions and 4 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
|
@ -23,7 +23,4 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
yarn
|
yarn
|
||||||
yarn build
|
yarn build
|
||||||
|
|
||||||
- name: Deploy
|
|
||||||
|
|
||||||
Loading…
Reference in a new issue