gordonchanfz commited on
Commit
3eae60e
·
unverified ·
1 Parent(s): 5ff0e83

Update deploy.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +1 -1
.github/workflows/deploy.yml CHANGED
@@ -34,7 +34,7 @@ jobs:
34
  echo "Invalid monitor_id"
35
  exit 1
36
  fi
37
- sed -i "s/title: .*/title: $SPACE/" README.md
38
  git push -f https://$USERNAME:$HF_TOKEN@huggingface.co/spaces/$USERNAME/$SPACE main:main
39
  # - name: Update README title
40
  # run: |
 
34
  echo "Invalid monitor_id"
35
  exit 1
36
  fi
37
+ sed -i "s/title: Gpt Bot/title: $SPACE/" README.md
38
  git push -f https://$USERNAME:$HF_TOKEN@huggingface.co/spaces/$USERNAME/$SPACE main:main
39
  # - name: Update README title
40
  # run: |