Shakshi3104 commited on
Commit
3b055d6
·
2 Parent(s): e87c5c0 078495e

Merge remote-tracking branch 'origin/main'

Browse files
.github/workflows/sync_to_hf_hub.yml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Sync to Hugging Face hub
2
+ on:
3
+ push:
4
+ tags:
5
+ - "v*"
6
+
7
+ jobs:
8
+ sync-to-hub:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v3
12
+ with:
13
+ fetch-depth: 0
14
+ lfs: true
15
+ - name: Push to hub
16
+ env:
17
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
18
+ run: git push https://Shakshi3104:$HF_TOKEN@huggingface.co/spaces/Shakshi3104/Cobalt main