Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
fetch-depth: 0
lfs: true

# Remove assets so they are not pushed to HF
- name: Remove assets folder for HF push
run: |
rm -rf assets
git rm -r --cached assets || true

# 👇 This step ONLY changes README in the CI workspace, not in your repo
- name: Generate Hugging Face README with YAML frontmatter
run: |
Expand Down
Loading