dhanikitkat commited on
Commit
9206937
·
1 Parent(s): ebd11e1

update yaml remove png

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +8 -0
.github/workflows/main.yml CHANGED
@@ -14,6 +14,14 @@ jobs:
14
  with:
15
  fetch-depth: 0
16
  lfs: true
 
 
 
 
 
 
 
 
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
14
  with:
15
  fetch-depth: 0
16
  lfs: true
17
+ - name: Remove Negative Sentiment & Angry or Sad Emotion Word Cloud.png
18
+ run: git filter-branch --force --index-filter "git rm --cached --ignore-unmatch 'Negative Sentiment & Angry or Sad Emotion Word Cloud.png'" --prune-empty --tag-name-filter cat -- --all
19
+
20
+ - name: Remove Overall Word Cloud.png
21
+ run: git filter-branch --force --index-filter "git rm --cached --ignore-unmatch 'Overall Word Cloud.png'" --prune-empty --tag-name-filter cat -- --all
22
+
23
+ - name: Remove Positive Sentiment & Happy Emotion Word Cloud.png
24
+ run: git filter-branch --force --index-filter "git rm --cached --ignore-unmatch 'Positive Sentiment & Happy Emotion Word Cloud.png'" --prune-empty --tag-name-filter cat -- --all
25
  - name: Push to hub
26
  env:
27
  HF_TOKEN: ${{ secrets.HF_TOKEN }}