remove cloudflare deploy thing
This commit is contained in:
parent
52167fb3c9
commit
9229838f6a
1 changed files with 0 additions and 14 deletions
14
.github/workflows/deploy.yml
vendored
14
.github/workflows/deploy.yml
vendored
|
|
@ -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 }}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue