From 47227dc057df28fa0cc280bf947bf555d476c676 Mon Sep 17 00:00:00 2001 From: nicola Date: Mon, 6 Apr 2020 20:20:52 +1000 Subject: [PATCH] Edit workflow for continous-deployment --- .github/workflows/continuous-deployment-workflow.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/continuous-deployment-workflow.yml b/.github/workflows/continuous-deployment-workflow.yml index 4aefbae..73fa5e1 100644 --- a/.github/workflows/continuous-deployment-workflow.yml +++ b/.github/workflows/continuous-deployment-workflow.yml @@ -18,13 +18,9 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Setup Node.js + - name: Install App uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - - name: Install Dependencies run: yarn - - - name: Deploy run: yarn deploy