mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 15:12:35 +02:00
Update update-content.yml
This commit is contained in:
parent
61b24135da
commit
aa09e5496a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-content.yml
vendored
4
.github/workflows/update-content.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- 'assets/icons'
|
- 'assets/icons'
|
||||||
- 'customize/**'
|
- 'customize/**'
|
||||||
- 'font'
|
- 'fonts'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -19,7 +19,7 @@ jobs:
|
||||||
for dest in customize/* ; do cp -rv assets/icons "$dest"; done
|
for dest in customize/* ; do cp -rv assets/icons "$dest"; done
|
||||||
- name: 📇 Update fonts
|
- name: 📇 Update fonts
|
||||||
run: |
|
run: |
|
||||||
for dest in customize/* ; do cp -rva font/. "$dest"; done
|
for dest in customize/* ; do cp -rva fonts/. "$dest"; done
|
||||||
- name: 💼 Update archives
|
- name: 💼 Update archives
|
||||||
run: |
|
run: |
|
||||||
cd customize;
|
cd customize;
|
||||||
|
|
Loading…
Add table
Reference in a new issue