Skip to content

Commit

Permalink
fix build_hf_space (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngxson committed Sep 25, 2024
1 parent 941d0dc commit 5aeb84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-hf-space.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if [ -z "$HF_TOKEN" ]; then
echo "HF_TOKEN is not set, skipping..."
else
git config --global user.email "son@huggingface.com"
git config --global user.email "son@huggingface.co"
git config --global user.name "Xuan Son NGUYEN"
cd scripts && ./build_hf_space.sh
fi
Expand Down

0 comments on commit 5aeb84f

Please sign in to comment.