We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ef757 commit 742a4a4Copy full SHA for 742a4a4
1 file changed
.github/workflows/sync-hf-cli-skill.yml
@@ -27,6 +27,7 @@ jobs:
27
- name: Generate skill docs
28
run: |
29
mkdir -p /tmp/hf-cli-skill
30
+ mkdir -p ~/.cache/huggingface && touch ~/.cache/huggingface/.check_for_update_done
31
hf skills preview > /tmp/hf-cli-skill/SKILL.md
32
33
- name: Determine PR title
0 commit comments