From 9f2cbd2f50ce081aab10586ff979a74f067e7acc Mon Sep 17 00:00:00 2001 From: maltejur <48161361+maltejur@users.noreply.github.com> Date: Mon, 2 Nov 2020 19:40:46 +0100 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0cafda1..4eafb0e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,15 +1,21 @@ -name: Build and deploy +name: deploy on: push: branches: [ master ] jobs: - build: + build and deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - name: Install parcel + uses: borales/actions-yarn@v2.0.0 + with: + cmd: + global add parcel-bundler - name: Build and deploy uses: borales/actions-yarn@v2.0.0 with: - cmd: deploy + cmd: + deploy