Skip to content

Commit

Permalink
clean svgs from media file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivascu Madalin committed Aug 29, 2023
1 parent 5e06f26 commit 4c40672
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 12,432 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Copy payment method icons
run: |
cd Media
rm -f ideal-qr.svg knaken.svg paylink.svg paybybank.svg
cp -R "Payment methods/SVG/." ${{ github.workspace }}/view/adminhtml/web/images/svg/
cp -R "Payment methods/SVG/." ${{ github.workspace }}/view/frontend/web/images/svg/
- name: Copy creditcards icons
Expand All @@ -32,8 +33,10 @@ jobs:
- name: Copy giftcards icons
run: |
cd Media
rm -f vvvlekkerweg.svg vvvshopchill.svg
cp -R "Giftcards/SVG/." ${{ github.workspace }}/view/adminhtml/web/images/giftcards/
cp -R "Giftcards/SVG/." ${{ github.workspace }}/view/frontend/web/images/giftcards/
- name: Copy payment issuers icons
run: |
cd Media
Expand Down
3,067 changes: 0 additions & 3,067 deletions view/adminhtml/web/images/giftcards/vvvlekkerweg.svg

This file was deleted.

1,284 changes: 0 additions & 1,284 deletions view/adminhtml/web/images/giftcards/vvvshopchill.svg

This file was deleted.

558 changes: 0 additions & 558 deletions view/adminhtml/web/images/svg/ideal-qr.svg

This file was deleted.

497 changes: 0 additions & 497 deletions view/adminhtml/web/images/svg/knaken.svg

This file was deleted.

514 changes: 0 additions & 514 deletions view/adminhtml/web/images/svg/paybybank.svg

This file was deleted.

3,067 changes: 0 additions & 3,067 deletions view/frontend/web/images/giftcards/vvvlekkerweg.svg

This file was deleted.

1,284 changes: 0 additions & 1,284 deletions view/frontend/web/images/giftcards/vvvshopchill.svg

This file was deleted.

558 changes: 0 additions & 558 deletions view/frontend/web/images/svg/ideal-qr.svg

This file was deleted.

497 changes: 0 additions & 497 deletions view/frontend/web/images/svg/knaken.svg

This file was deleted.

514 changes: 0 additions & 514 deletions view/frontend/web/images/svg/paybybank.svg

This file was deleted.

592 changes: 0 additions & 592 deletions view/frontend/web/images/svg/paylink.svg

This file was deleted.

0 comments on commit 4c40672

Please sign in to comment.