Spaces:
Running
Running
Commit ·
0658737
1
Parent(s): efd0d6a
fix(deploy): point HF sync at AzizMiladi/FiberGate Space
Browse filesUpdate the workflow remote URL and README title to match the actual
Space repo (was hardcoded to medaziz012/guichetoi-ml).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- .github/workflows/hf-sync.yml +1 -1
- README.md +1 -1
.github/workflows/hf-sync.yml
CHANGED
|
@@ -36,7 +36,7 @@ jobs:
|
|
| 36 |
|
| 37 |
# HF Space repo URL — update the Space name if you named it differently
|
| 38 |
git remote add hf-space \
|
| 39 |
-
https://
|
| 40 |
|
| 41 |
# Force-push: HF Space repo diverges from GitHub due to HF's own
|
| 42 |
# metadata commits. --force-with-lease would fail here.
|
|
|
|
| 36 |
|
| 37 |
# HF Space repo URL — update the Space name if you named it differently
|
| 38 |
git remote add hf-space \
|
| 39 |
+
https://AzizMiladi:${HF_TOKEN}@huggingface.co/spaces/AzizMiladi/FiberGate
|
| 40 |
|
| 41 |
# Force-push: HF Space repo diverges from GitHub due to HF's own
|
| 42 |
# metadata commits. --force-with-lease would fail here.
|
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🏗️
|
| 4 |
colorFrom: orange
|
| 5 |
colorTo: gray
|
|
|
|
| 1 |
---
|
| 2 |
+
title: FiberGate
|
| 3 |
emoji: 🏗️
|
| 4 |
colorFrom: orange
|
| 5 |
colorTo: gray
|