Spaces:
Sleeping
Sleeping
Filip
commited on
Commit
·
1008657
1
Parent(s):
1b1f91f
up
Browse files
.github/workflows/sync-to-hf-space.yml
CHANGED
@@ -18,6 +18,6 @@ jobs:
|
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
run: |
|
20 |
huggingface-cli repo sync-to-space \
|
21 |
-
--repo-id
|
22 |
--local-path . \
|
23 |
--commit-message "Auto-sync from GitHub"
|
|
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
run: |
|
20 |
huggingface-cli repo sync-to-space \
|
21 |
+
--repo-id forestav/llm-as-a-judge \
|
22 |
--local-path . \
|
23 |
--commit-message "Auto-sync from GitHub"
|