Skip to content

Commit 6ffd143

Browse files
committed
feat: improve to build all subdirs
1 parent a801ce1 commit 6ffd143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
--flavor a10g-largex4 \
3232
ghcr.io/astral-sh/uv:debian \
3333
/bin/bash -c \
34-
"git clone https://github.com/${{ github.repository }}.git repo && cd repo && uvx https://github.com/drbh/uvnote.git build moe_benchmarks && uvx --from huggingface-hub hf upload --token \$HF_TOKEN --delete --exclude \"*.json\" --exclude \"*.pt\" --repo-type space drbh/uvnote-book-explore site/ /"
34+
"git clone https://github.com/${{ github.repository }}.git repo && cd repo && uvx https://github.com/drbh/uvnote.git build . && 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

Comments
 (0)