mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 07:12:33 +02:00
Move fonts to assets folder, update workflow
This commit is contained in:
parent
bbdaebce07
commit
7aa1e230c1
7 changed files with 23 additions and 24 deletions
9
.github/workflows/update-content.yml
vendored
9
.github/workflows/update-content.yml
vendored
|
@ -2,11 +2,10 @@ name: Update changes on commit
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [master]
|
||||||
paths:
|
paths:
|
||||||
- 'assets/icons'
|
- "assets/**"
|
||||||
- 'customize/**'
|
- "customize/**"
|
||||||
- 'fonts'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -19,7 +18,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 fonts/. "$dest"; done
|
for dest in customize/* ; do cp -rva assets/fonts/. "$dest"; done
|
||||||
- name: 💼 Update archives
|
- name: 💼 Update archives
|
||||||
run: |
|
run: |
|
||||||
cd customize;
|
cd customize;
|
||||||
|
|
Loading…
Add table
Reference in a new issue