Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Added --force to push
  • Loading branch information
urwithajit9 authored Feb 16, 2024
1 parent 284828e commit 53f70a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HG }}
run: git push https://kumarajit:[email protected]/spaces/kumarajit/mlops-coursera-demo main
run: git push --force https://kumarajit:[email protected]/spaces/kumarajit/mlops-coursera-demo main

0 comments on commit 53f70a1

Please sign in to comment.