Skip to content

Commit 2cbeb66

Browse files
committed
feat: redeploy fresh model weights and demo trajectories
1 parent 1efa91a commit 2cbeb66

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/hf_sync.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Code
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616

1717
- name: Push to Hugging Face
1818
env:
1919
HF_TOKEN: ${{ secrets.HF_TOKEN }}
2020
run: |
21-
# Force push repository to Hugging Face Space.
22-
# Replace 'your-username' and 'your-space-name' below with your actual HF username/space.
23-
git push --force https://sadhumitha-s:$HF_TOKEN@huggingface.co/spaces/sadhumitha-s/DT-Explorer main
21+
# Force push repository to Hugging Face Space (URL space name must be strictly lowercase).
22+
git push --force https://sadhumitha-s:$HF_TOKEN@huggingface.co/spaces/sadhumitha-s/dt-explorer main
23+

0 commit comments

Comments
 (0)