diff --git a/.github/workflows/huggingface.yml b/.github/workflows/huggingface.yml index 4c881d2..a60e816 100644 --- a/.github/workflows/huggingface.yml +++ b/.github/workflows/huggingface.yml @@ -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