Skip to content

Commit

Permalink
Fix CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
AdisonCavani committed May 31, 2023
1 parent bcaffd6 commit b70eba2
Show file tree
Hide file tree
Showing 59 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/update-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@ jobs:
- name: 📂 Create temp folder
run: |
mkdir temp
- name: 🖼️ Add icons
- name: 🖼️ Add backgrounds
run: |
for file in assets/backgrounds/*.png ; do
filename=$(basename "$file" .png)
mkdir "temp/$filename"
cp "$file" "temp/$filename/background.png"
done
- name: 🎨 Add icons
run: |
for dest in temp/* ; do cp -rv assets/icons "$dest"; done
- name: 📇 Add fonts
Expand Down
Binary file added assets/backgrounds/acer.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/alma.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/aorus.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/apple.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/arch.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/arco.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/artix.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/asrock.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/asus.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/bedrock.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/centos.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/chromeos.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/debian.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/deepin.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/dell.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/elementary.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/endeavouros.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/fedora.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/framework.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/freebsd.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/garuda.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/gentoo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/gigabyte.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/hp.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/huawei.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/backgrounds/kdeneon.png
Binary file added assets/backgrounds/kingston.png
Binary file added assets/backgrounds/kubuntu.png
Binary file added assets/backgrounds/legion.png
Binary file added assets/backgrounds/lenovo.png
Binary file added assets/backgrounds/lg.png
Binary file added assets/backgrounds/lubuntu.png
Binary file added assets/backgrounds/manjaro.png
Binary file added assets/backgrounds/mate.png
Binary file added assets/backgrounds/mint.png
Binary file added assets/backgrounds/msi.png
Binary file added assets/backgrounds/mx.png
Binary file added assets/backgrounds/nixos.png
Binary file added assets/backgrounds/opensuse.png
Binary file added assets/backgrounds/parabola.png
Binary file added assets/backgrounds/popos.png
Binary file added assets/backgrounds/razer.png
Binary file added assets/backgrounds/rocky.png
Binary file added assets/backgrounds/samsung.png
Binary file added assets/backgrounds/slackware.png
Binary file added assets/backgrounds/solus.png
Binary file added assets/backgrounds/system76.png
Binary file added assets/backgrounds/thinkpad.png
Binary file added assets/backgrounds/toshiba.png
Binary file added assets/backgrounds/ubuntu.png
Binary file added assets/backgrounds/ultramarine.png
Binary file added assets/backgrounds/vaio.png
Binary file added assets/backgrounds/ventoy.png
Binary file added assets/backgrounds/void.png
Binary file added assets/backgrounds/windows10.png
Binary file added assets/backgrounds/windows11.png
Binary file added assets/backgrounds/xero.png
Binary file added assets/backgrounds/zorin.png

0 comments on commit b70eba2

Please sign in to comment.