We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958ac95 commit c02682cCopy full SHA for c02682c
.github/workflows/deploy-to-huggingface.yml
@@ -65,11 +65,11 @@ jobs:
65
run: |
66
# Upload the built site/ directory to the Space, cleaning removed files
67
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/ /
+ uvx --from huggingface-hub hf upload \
+ --token "$HF_TOKEN" \
+ --delete \
+ --exclude "*.json" \
+ --exclude "*.pt" \
+ --repo-type space \
+ drbh/uvnote-book-explore \
+ site/ /
0 commit comments