mirror of
https://github.com/SWivid/F5-TTS.git
synced 2025-12-05 20:40:12 -08:00
delete .github/workflows/sync-hf.yaml for online space stablility
This commit is contained in:
17
.github/workflows/sync-hf.yaml
vendored
17
.github/workflows/sync-hf.yaml
vendored
@@ -1,17 +0,0 @@
|
||||
name: Sync to HF Space
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
trigger_curl:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Send cURL POST request
|
||||
run: |
|
||||
curl -X POST https://mrfakename-sync-f5.hf.space/gradio_api/call/refresh \
|
||||
-s \
|
||||
-H "Content-Type: application/json" \
|
||||
-d "{\"data\": [\"${{ secrets.REFRESH_PASSWORD }}\"]}"
|
||||
Reference in New Issue
Block a user