From 83e4f9cf8ce0feb3bf4dd9c397f8725cb371d762 Mon Sep 17 00:00:00 2001 From: Alexander J Date: Mon, 28 Feb 2022 19:30:20 +0100 Subject: [PATCH] copy & paste more like copy & baste Signed-off-by: Alexander J --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3276066..30ce680 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: Build and Deploy on: push: branches: - - master + - main jobs: build-and-deploy: runs-on: ubuntu-latest @@ -12,8 +12,8 @@ jobs: - 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: | - npm install - npm run build + yarn install + yarn run build - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@4.1.4