mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 07:12:33 +02:00
CI pipeline: remove old themes
This commit is contained in:
parent
5356799e6a
commit
e8c284836a
6 changed files with 3 additions and 0 deletions
3
.github/workflows/update-content.yml
vendored
3
.github/workflows/update-content.yml
vendored
|
@ -35,6 +35,9 @@ jobs:
|
||||||
- name: 📃 Add theme
|
- name: 📃 Add theme
|
||||||
run: |
|
run: |
|
||||||
for dest in temp/* ; do cp -rv assets/theme.txt "$dest"; done
|
for dest in temp/* ; do cp -rv assets/theme.txt "$dest"; done
|
||||||
|
- name: 🗑️ Cleanup old themes
|
||||||
|
run: |
|
||||||
|
rm -rf themes/*
|
||||||
- name: 💼 Create archives
|
- name: 💼 Create archives
|
||||||
run: |
|
run: |
|
||||||
cd temp;
|
cd temp;
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue