Spaces:
Running
Running
Yurii Paniv
commited on
Commit
·
2a233bd
1
Parent(s):
62c5e2c
Add CD
Browse files- .github/workflows/tests.yml +12 -0
.github/workflows/tests.yml
CHANGED
@@ -43,3 +43,15 @@ jobs:
|
|
43 |
# indicators: true
|
44 |
# output: both
|
45 |
# thresholds: '60 80'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
# indicators: true
|
44 |
# output: both
|
45 |
# thresholds: '60 80'
|
46 |
+
|
47 |
+
sync-to-hub:
|
48 |
+
name: Sync to Hugging Face hub
|
49 |
+
runs-on: ubuntu-latest
|
50 |
+
steps:
|
51 |
+
- uses: actions/checkout@v3
|
52 |
+
with:
|
53 |
+
fetch-depth: 0
|
54 |
+
- name: Push to hub
|
55 |
+
env:
|
56 |
+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
57 |
+
run: git push https://HF_USERNAME:[email protected]/spaces/FULL_SPACE_NAME main
|