Spaces:
Build error
Build error
Merge branch 'main' of github.com:andrewkroening/nba-war-predictor-tool
Browse files
.github/workflows/hugging_face_cicd.yml
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
# pulled from HuggingFace Docs
|
2 |
-
|
3 |
name: Sync to Hugging Face hub
|
4 |
on:
|
5 |
push:
|
@@ -17,5 +15,5 @@ jobs:
|
|
17 |
fetch-depth: 0
|
18 |
- name: Push to hub
|
19 |
env:
|
20 |
-
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
21 |
run: git push https://andrewkroening:$HF_TOKEN@huggingface.co/spaces/andrewkroening/nba-war-predictor main
|
|
|
|
|
|
|
1 |
name: Sync to Hugging Face hub
|
2 |
on:
|
3 |
push:
|
|
|
15 |
fetch-depth: 0
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
run: git push https://andrewkroening:$HF_TOKEN@huggingface.co/spaces/andrewkroening/nba-war-predictor main
|