Heaven-AI commited on
Commit
35e6b0f
·
unverified ·
1 Parent(s): fb137c6

Delete .github/workflows/main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +0 -22
.github/workflows/main.yml DELETED
@@ -1,22 +0,0 @@
1
- name: Sync to Hugging Face hub
2
- on:
3
- push:
4
- branches: [main]
5
-
6
- workflow_dispatch:
7
-
8
- jobs:
9
- sync-to-hub:
10
- runs-on: ubuntu-latest
11
- steps:
12
- - uses: actions/checkout@v2
13
- with:
14
- fetch-depth:0
15
- - name: Add remote
16
- env:
17
- HF: ${{ secrets.HF }}
18
- run: git remote add space https://Heaven-AI:[email protected]/spaces/Heaven-AI/Haven-Al
19
- - name: Push to hub
20
- env:
21
- HF: ${{ secrets.HF }}
22
- run: git push --force https://Heaven-AI:[email protected]/spaces/Heaven-AI/Haven-Al main