Skip to content

Commit

Permalink
Fix HF deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
eachanjohnson committed Oct 12, 2024
1 parent 8dd8818 commit 32e7767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hf-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
set -x
git remote add space https://huggingface.co/spaces/scbirlab/chem-converter.git
git fetch space main && git switch -c space-main space/main
git rm -rf *
git rm -rf * .[!]*
git checkout main -- app
git mv app/* . && rm -r app/
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
Expand Down

0 comments on commit 32e7767

Please sign in to comment.