Skip to content

Commit

Permalink
action: force push
Browse files Browse the repository at this point in the history
  • Loading branch information
Neet-Nestor committed Oct 5, 2024
1 parent ea73fb0 commit f9ded6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
rm -rf hf_space
git clone https://${{ secrets.HF_USERNAME }}:[email protected]/spaces/mlc-ai/${{ vars.SPACE_NAME }} hf_space
cd hf_space
rm -rf ./*
Expand All @@ -40,4 +41,4 @@ jobs:
git config user.name "github-actions[bot]"
git add .
git commit -m "Update build artifacts and README"
git push origin
git push -f origin

0 comments on commit f9ded6e

Please sign in to comment.