Spaces:
Configuration error
Configuration error
Dr. Khushter Kaifi
commited on
updated the app.pt file
Browse files
.github/workflows/sync_to_huggingface_main.yml
CHANGED
@@ -10,9 +10,9 @@ sync—to-hub :
|
|
10 |
runs—on: ubuntu—latest
|
11 |
steps:
|
12 |
— uses: actions/checkout@v2
|
13 |
-
|
14 |
fetch—depth: 0
|
15 |
-
|
16 |
-
|
17 |
HF_TOKEN: ${{secrets.HF_TOKEN}}
|
18 |
-
|
|
|
10 |
runs—on: ubuntu—latest
|
11 |
steps:
|
12 |
— uses: actions/checkout@v2
|
13 |
+
with:
|
14 |
fetch—depth: 0
|
15 |
+
— name: Push to hub
|
16 |
+
env:
|
17 |
HF_TOKEN: ${{secrets.HF_TOKEN}}
|
18 |
+
run: git push --force https://Khushter:[email protected]/spaces/Khushter/myhuggingface main
|