Skip to content

Commit

Permalink
Update huggingface.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henrii1 authored Dec 3, 2023
1 parent 7091141 commit cba7cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/huggingface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Add remot
- name: Add remote
env:
HF: ${{ secrets.HF}}
run: git remote add space https://huggingface.co/spaces/henrii1/Text_summarization
- name: Push to Hub
env:
HF: ${{ secrets.HF}}
run: git push -F https://huggingface.co/spaces/henrii1/Text_summarization main
run: git push --force https://huggingface.co/spaces/henrii1/Text_summarization main

0 comments on commit cba7cad

Please # to comment.