mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-04 14:32:34 +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:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [master]
|
||||
paths:
|
||||
- 'assets/icons'
|
||||
- 'customize/**'
|
||||
- 'fonts'
|
||||
- "assets/**"
|
||||
- "customize/**"
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
@ -19,7 +18,7 @@ jobs:
|
|||
for dest in customize/* ; do cp -rv assets/icons "$dest"; done
|
||||
- name: 📇 Update fonts
|
||||
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
|
||||
run: |
|
||||
cd customize;
|
||||
|
|
Loading…
Add table
Reference in a new issue