remove cloudflare deploy thing

This commit is contained in:
Soph :3 2025-12-13 12:31:01 +02:00
parent 52167fb3c9
commit 9229838f6a

View file

@ -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 }}