Skip to content

Commit f03b075

Browse files
authored
Merge pull request #28 from Imaging-Plaza/update-hf-deploy
small correction to HF deployment script
2 parents fa8c18c + c8fc09f commit f03b075

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/deploy-develop-to-hf.yml renamed to .github/workflows/deploy-to-hf.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
fetch-depth: 0
1717
lfs: true
1818

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+
1925
# 👇 This step ONLY changes README in the CI workspace, not in your repo
2026
- name: Generate Hugging Face README with YAML frontmatter
2127
run: |

0 commit comments

Comments
 (0)