From 8d6f613774861e6e137aeb13df116c1dac81b2f8 Mon Sep 17 00:00:00 2001 From: Sonia Ruiz Date: Tue, 15 Mar 2022 11:42:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Rename=20pipeline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 58cc3fb..510abc7 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -1,4 +1,4 @@ -name: test +name: build-and-deploy on: push: branches: @@ -14,7 +14,7 @@ jobs: - name: Install and Build 🔧 uses: actions/setup-node@v2 with: - node-version: "14" + node-version: '14' - name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built. run: |