Rahul Bhole commited on
Commit
8203363
·
unverified ·
1 Parent(s): 2f403f0

Create huggingface.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/huggingface.yml +20 -0
.github/workflows/huggingface.yml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Sync to Hugging Face
2
+
3
+ on:
4
+ push:
5
+ branches:
6
+ - main
7
+
8
+ jobs:
9
+ sync:
10
+ runs-on: ubuntu-latest
11
+
12
+ steps:
13
+ - name: Checkout Repository
14
+ uses: actions/checkout@v3
15
+
16
+ - name: Push to Hugging Face
17
+ env:
18
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
+ run: |
20
+ git push https://huggingface.co/rahul5035/rasaboot main