forked from cfahlgren1/webllm-playground
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea73fb0
commit f9ded6e
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 ./* | ||
|
@@ -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 |