Skip to content

Commit e4db87b

Browse files
authored
fix: adjust the template publish workflow (#295)
1 parent 077a622 commit e4db87b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
env:
3131
HF_TOKEN: ${{ secrets.HF_DOC_BUILD_PUSH }}
3232
run: |
33-
huggingface-cli upload kernels-community/template template --repo-type space --delete "*"
33+
hf upload kernels-community/template template --repo-type model --delete "*"

0 commit comments

Comments
 (0)