We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa8c18c + c8fc09f commit f03b075Copy full SHA for f03b075
1 file changed
…ithub/workflows/deploy-develop-to-hf.yml .github/workflows/deploy-to-hf.yml.github/workflows/deploy-develop-to-hf.yml renamed to .github/workflows/deploy-to-hf.yml
@@ -16,6 +16,12 @@ jobs:
16
fetch-depth: 0
17
lfs: true
18
19
+ # Remove assets so they are not pushed to HF
20
+ - name: Remove assets folder for HF push
21
+ run: |
22
+ rm -rf assets
23
+ git rm -r --cached assets || true
24
+
25
# 👇 This step ONLY changes README in the CI workspace, not in your repo
26
- name: Generate Hugging Face README with YAML frontmatter
27
run: |
0 commit comments