alamin655 commited on
Commit
5bb5b12
·
unverified ·
1 Parent(s): 67b14aa

Update config.yml

Browse files
Files changed (1) hide show
  1. .circleci/config.yml +3 -3
.circleci/config.yml CHANGED
@@ -25,6 +25,6 @@ jobs:
25
  name: push to Huggingface hub
26
  command: |
27
  git config http.postBuffer 524288000
28
- git config user.email "<mo.alamin655@gmail.com>"
29
- git config user.name "<alamin655>"
30
- git push -f https://alamin655:${HF_PERSONAL_TOKEN}@huggingface.co/spaces/alamin655/spacex hf-rolling:main
 
25
  name: push to Huggingface hub
26
  command: |
27
  git config http.postBuffer 524288000
28
+ git git remote add space https://alamin655:${HF_PERSONAL_TOKEN}@huggingface.co/spaces/alamin655/spacex
29
+ git pull --allow-unrelated-histories space main
30
+ git push -f space hf-rolling:main