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: |