Spaces:
Running
Running
fix: cyberpunk build (yes, for real)
Browse files
.github/workflows/hf-space.yml
CHANGED
|
@@ -55,7 +55,7 @@ jobs:
|
|
| 55 |
|
| 56 |
- name: Commit HF Space changes
|
| 57 |
run: |
|
| 58 |
-
git add README.md examples/cyberpunk-standalone/package.json
|
| 59 |
git commit -m "Add HF Space frontmatter and update cyberpunk dependency for deployment" || echo "No changes to commit"
|
| 60 |
|
| 61 |
- name: Push to hub
|
|
|
|
| 55 |
|
| 56 |
- name: Commit HF Space changes
|
| 57 |
run: |
|
| 58 |
+
git add README.md examples/cyberpunk-standalone/package.json packages/web/lerobot-web-*.tgz
|
| 59 |
git commit -m "Add HF Space frontmatter and update cyberpunk dependency for deployment" || echo "No changes to commit"
|
| 60 |
|
| 61 |
- name: Push to hub
|