From 611db050300a51c53ccac61f1aeb3bc9d85308ee Mon Sep 17 00:00:00 2001 From: Jan Date: Fri, 30 Jun 2023 14:29:05 +0100 Subject: [PATCH] Remove old 'Build and Deploy' action --- .github/workflows/main.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 82a8369e..00000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: Build and Deploy -on: - push: - branches: - - main -jobs: - build-and-deploy: - runs-on: ubuntu-latest - steps: - - name: Code checkout 🛎️ - uses: actions/checkout@v2 - - - name: Install dependencies 🔧 - run: yarn - - # - name: Test 🎢 - # run: yarn test - - - name: Build and generate static export 🏗 - run: yarn export - - - name: Deploy 🚀 # https://github.com/marketplace/actions/deploy-to-github-pages - uses: JamesIves/github-pages-deploy-action@4.1.0 - with: - branch: gh-pages - folder: out - git-config-name: Edgeware.Agency - git-config-email: ops@edgeware.agency