Skip to content

Commit c6f00e3

Browse files
committed
fix: adjust hf push command
1 parent a954d68 commit c6f00e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-to-huggingface.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@ jobs:
6767
echo "Deploying to Hugging Face Space drbh/uvnote-book-explore"
6868
uvx --from huggingface-hub hf upload \
6969
--token "$HF_TOKEN" \
70-
--delete \
7170
--exclude "*.json" \
7271
--exclude "*.pt" \
7372
--repo-type space \
7473
drbh/uvnote-book-explore \
75-
site/
74+
site/ /

0 commit comments

Comments
 (0)