From 8ecba77632b38e7cfab4c44bfd21e5a139f412c3 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 12 Jun 2021 16:31:36 +0100 Subject: [PATCH] Delete cloudflare-deploy.yml --- .github/workflows/cloudflare-deploy.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/cloudflare-deploy.yml diff --git a/.github/workflows/cloudflare-deploy.yml b/.github/workflows/cloudflare-deploy.yml deleted file mode 100644 index 2cfb0c40..00000000 --- a/.github/workflows/cloudflare-deploy.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Build -on: - push: - pull_request: - repository_dispatch: -jobs: - deploy: - runs-on: ubuntu-latest - timeout-minutes: 60 - steps: - - uses: actions/checkout@master - - name: Build site - run: 'yarn && Yarn build' - - name: Publish - uses: cloudflare/wrangler-action@1.2.0 - with: - apiToken: ${{ secrets.CF_API_TOKEN }}