diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 5ee14d3..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Deploy - -on: - push: - branches: - - master - -jobs: - deploy: - runs-on: ubuntu-latest - name: Deploy - steps: - - uses: actions/checkout@v4 - - name: Deploy - uses: cloudflare/wrangler-action@v3 - with: - apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} - wranglerVersion: "3.72.0"