Farid Karimli commited on
Commit
acd4051
1 Parent(s): 2ff3c93

Update push_to_hf_space_prototype.yml

Browse files
.github/workflows/push_to_hf_space_prototype.yml CHANGED
@@ -1 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
 
1
+ name: Push Prototype to HuggingFace
2
+
3
+ on:
4
+ push:
5
+ branches:
6
+ - prototype_deploy
7
+
8
+
9
+ jobs:
10
+ build:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - name: Sync with Hugging Face
14
+ uses: nateraw/huggingface-sync-action@v0.0.4
15
+ with:
16
+ github_repo_id: DL4DS/dl4ds_tutor
17
+ huggingface_repo_id: dl4ds/tutor_dev
18
+ repo_type: space
19
+ space_sdk: static
20
+ hf_token: ${{ secrets.HF_TOKEN }}
21