Vinay Jose commited on
Commit
4781da9
·
unverified ·
1 Parent(s): 134720d

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.github/workflows/main.yml CHANGED
@@ -3,7 +3,7 @@ name: Deploy to HF Spaces
3
  on:
4
  push:
5
  branches:
6
- - 'hf-deploy'
7
 
8
  jobs:
9
  deploy:
@@ -20,5 +20,5 @@ jobs:
20
  run: |
21
  git config --global user.email "[email protected]"
22
  git config --global user.name "GitHub Actions"
23
- git push --force https://HuggingFaceBot:[email protected]/spaces/vinay-jose/notesMD hf-deploy:main
24
 
 
3
  on:
4
  push:
5
  branches:
6
+ - 'main'
7
 
8
  jobs:
9
  deploy:
 
20
  run: |
21
  git config --global user.email "[email protected]"
22
  git config --global user.name "GitHub Actions"
23
+ git push --force https://HuggingFaceBot:[email protected]/spaces/vinay-jose/notesMD main:main
24