vraj04patel commited on
Commit
29ef728
·
1 Parent(s): c0d0df0

Update main.yaml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yaml +1 -1
.github/workflows/main.yaml CHANGED
@@ -18,6 +18,6 @@ jobs:
18
  - name: Push to hub
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
21
- run: git push --force https://vraj04patel:$HF_TOKEN@huggingface.co/spaces/vraj04patel/Blog-Generator
22
 
23
 
 
18
  - name: Push to hub
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
21
+ run: git push --force https://vraj04patel:$HF_TOKEN@huggingface.co/spaces/vraj04patel/Blog-Generator main
22
 
23