khulnasoft commited on
Commit
6b91908
·
verified ·
1 Parent(s): 1b6d185

Create .github/workflows/hf-space-sync.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/hf-space-sync.yml +20 -0
.github/workflows/hf-space-sync.yml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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@v4
13
+ with:
14
+ fetch-depth: 0
15
+ lfs: true
16
+ - name: Push to HF Space 🚀
17
+ env:
18
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
+ HF_USERNAME: ${{ secrets.HF_USERNAME }}
20
+ run: git push https://$HF_USERNAME:[email protected]/spaces/Khulnasoft/Annotators main