Ridealist commited on
Commit
58dc247
1 Parent(s): 610232c

Delete .github

Browse files
Files changed (1) hide show
  1. .github/workflows/cd.yml +0 -29
.github/workflows/cd.yml DELETED
@@ -1,29 +0,0 @@
1
- name: Sync to Hugging Face hub
2
-
3
- on:
4
- push:
5
- branches:
6
- - main
7
- paths-ignore:
8
- - '.github/**'
9
- - 'audio/**'
10
-
11
- workflow_dispatch:
12
-
13
- jobs:
14
- sync-to-hub:
15
- runs-on: ubuntu-latest
16
- steps:
17
- - uses: actions/checkout@v3
18
- with:
19
- fetch-depth: 0
20
- lfs: true
21
- - name: Add remote
22
- env:
23
- HF_TOKEN: ${{ secrets.HF_TOKEN }}
24
- run: git remote add space https://DEBO-PROJECT:$HF_TOKEN@huggingface.co/spaces/DEBO-PROJECT/DEBO-DEV
25
- - name: Push to hub
26
- env:
27
- HF_TOKEN: ${{ secrets.HF_TOKEN }}
28
- run: git push --force https://DEBO-PROJECT:$HF_TOKEN@huggingface.co/spaces/DEBO-PROJECT/DEBO-DEV main
29
-