Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
file name correcton
  • Loading branch information
urwithajit9 authored Feb 16, 2024
1 parent 98fe382 commit 5533738
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:
sync-to-hub:
runs-on: ubuntu-latest
steps:
-uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
fetch-depth: 0
-name: Add remote
- name: Add remote
env:
HF: ${{secrets.HF}}
run: git remote add space https://huggingface.co/spaces/kumarajit/mlops-coursera
-name: Push to hub
- name: Push to hub
env:
HF: ${{secrets.HF}}
run: git push --force https://huggingface.co/spaces/kumarajit/mlops-coursera main
Expand Down

0 comments on commit 5533738

Please sign in to comment.