Thomas (Tom) Gardos commited on
Commit
e8a9670
2 Parent(s): 19c1037 3e8e47b

Merge pull request #29 from DL4DS/prototype_deploy

Browse files
.github/workflows/push_to_hf_space_prototype.yml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Push Prototype to HuggingFace
2
+
3
+ on:
4
+ pull_request:
5
+ branches:
6
+ - dev_branch
7
+
8
+
9
+ jobs:
10
+ build:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - name: Deploy Prototype to HuggingFace
14
+ uses: nateraw/[email protected]
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 }}