Skip to content

Commit 742a4a4

Browse files
committed
Fix version check message leaking into generated SKILL.md (#3949)
1 parent 35ef757 commit 742a4a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/sync-hf-cli-skill.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Generate skill docs
2828
run: |
2929
mkdir -p /tmp/hf-cli-skill
30+
mkdir -p ~/.cache/huggingface && touch ~/.cache/huggingface/.check_for_update_done
3031
hf skills preview > /tmp/hf-cli-skill/SKILL.md
3132
3233
- name: Determine PR title

0 commit comments

Comments
 (0)