Update deploy.yml
This commit is contained in:
parent
22c4c4bec0
commit
9f2cbd2f50
1 changed files with 9 additions and 3 deletions
12
.github/workflows/deploy.yml
vendored
12
.github/workflows/deploy.yml
vendored
|
|
@ -1,15 +1,21 @@
|
||||||
name: Build and deploy
|
name: deploy
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build and deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Install parcel
|
||||||
|
uses: borales/actions-yarn@v2.0.0
|
||||||
|
with:
|
||||||
|
cmd:
|
||||||
|
global add parcel-bundler
|
||||||
- name: Build and deploy
|
- name: Build and deploy
|
||||||
uses: borales/actions-yarn@v2.0.0
|
uses: borales/actions-yarn@v2.0.0
|
||||||
with:
|
with:
|
||||||
cmd: deploy
|
cmd:
|
||||||
|
deploy
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue