diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 2ed6304..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Sheets Deploy Hook - -on: - push: - workflow_dispatch: - -jobs: - notify: - runs-on: ubuntu-latest - steps: - - name: Send GET request to Sheets Deploy Hook - run: curl -X GET "$SHEETS_DEPLOY_HOOK" - env: - SHEETS_DEPLOY_HOOK: ${{ secrets.SHEETS_DEPLOY_HOOK }}