NERDDISCO commited on
Commit
4469a06
·
1 Parent(s): d192bf7

fix: cyberpunk build (yes, for real)

Browse files
Files changed (1) hide show
  1. .github/workflows/hf-space.yml +1 -1
.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