Skip to content

Commit c02682c

Browse files
committed
fix: uncomment push command
1 parent 958ac95 commit c02682c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ jobs:
6565
run: |
6666
# Upload the built site/ directory to the Space, cleaning removed files
6767
echo "Deploying to Hugging Face Space drbh/uvnote-book-explore"
68-
# uvx --from huggingface-hub hf upload \
69-
# --token "$HF_TOKEN" \
70-
# --delete \
71-
# --exclude "*.json" \
72-
# --exclude "*.pt" \
73-
# --repo-type space \
74-
# drbh/uvnote-book-explore \
75-
# site/ /
68+
uvx --from huggingface-hub hf upload \
69+
--token "$HF_TOKEN" \
70+
--delete \
71+
--exclude "*.json" \
72+
--exclude "*.pt" \
73+
--repo-type space \
74+
drbh/uvnote-book-explore \
75+
site/ /

0 commit comments

Comments
 (0)