Skip to content

Commit

Permalink
fix svg 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivascu Madalin committed Aug 29, 2023
1 parent 4c40672 commit 0d0f984
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 594 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
php ./rename-icons.php
- name: Copy payment method icons
run: |
cd Media
cd "Media/Payment methods/SVG/"
rm -f ideal-qr.svg knaken.svg paylink.svg paybybank.svg
cd Media
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,9 @@ jobs:
cp -R "Creditcard issuers/SVG/." ${{ github.workspace }}/view/frontend/web/images/creditcards/
- name: Copy giftcards icons
run: |
cd Media
cd "Media/Giftcards/SVG/"
rm -f vvvlekkerweg.svg vvvshopchill.svg
cd Media
cp -R "Giftcards/SVG/." ${{ github.workspace }}/view/adminhtml/web/images/giftcards/
cp -R "Giftcards/SVG/." ${{ github.workspace }}/view/frontend/web/images/giftcards/
Expand Down
Loading

0 comments on commit 0d0f984

Please sign in to comment.