mirror of
https://github.com/homarr-labs/dashboard-icons.git
synced 2025-09-09 01:08:11 +02:00
docs: migrate to homarr-labs (#861)
* docs: migrate to homarr-labs Signed-off-by: Bjorn Lammers <bjorn@lammers.media> * docs: migrate to homarr-labs Signed-off-by: Bjorn Lammers <bjorn@lammers.media> * docs: migrate to homarr-labs Signed-off-by: Bjorn Lammers <bjorn@lammers.media> * fix(ci): migrate to homarr-labs Signed-off-by: Bjorn Lammers <bjorn@lammers.media> * fix(ci): migrate to homarr-labs Signed-off-by: Bjorn Lammers <bjorn@lammers.media> * fix(ci): migrate to homarr-labs Signed-off-by: Bjorn Lammers <bjorn@lammers.media> --------- Signed-off-by: Bjorn Lammers <bjorn@lammers.media>
This commit is contained in:
parent
fd750cd3f0
commit
c5c8eabd04
5 changed files with 12 additions and 12 deletions
2
.github/workflows/compress_icons.yml
vendored
2
.github/workflows/compress_icons.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
|
||||
- name: Commit and Push Changes
|
||||
run: |
|
||||
git config --global user.email "noreply@lammers.media"
|
||||
git config --global user.email "homarr-labs@proton.me"
|
||||
git config --global user.name "Dashboard Icons Bot"
|
||||
git add png/ svg/ webp/
|
||||
git commit -m ":compression: Compress icons" || exit 0
|
||||
|
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
|
||||
- name: Commit and Push Changes 📤
|
||||
run: |
|
||||
git config --global user.email "noreply@lammers.media"
|
||||
git config --global user.email "homarr-labs@proton.me"
|
||||
git config --global user.name "Dashboard Icons Bot"
|
||||
git add png/ webp/
|
||||
git commit -m ":recycle: Convert SVG assets to PNG and WEBP" || exit 0
|
||||
|
@ -63,7 +63,7 @@ jobs:
|
|||
|
||||
- name: Commit and Push Changes 📤
|
||||
run: |
|
||||
git config --global user.email "noreply@lammers.media"
|
||||
git config --global user.email "homarr-labs@proton.me"
|
||||
git config --global user.name "Dashboard Icons Bot"
|
||||
git add tree.json
|
||||
git commit -m ":construction_worker: Generate file tree" || exit 0
|
||||
|
@ -91,7 +91,7 @@ jobs:
|
|||
|
||||
- name: Commit and Push Changes 📤
|
||||
run: |
|
||||
git config --global user.email "noreply@lammers.media"
|
||||
git config --global user.email "homarr-labs@proton.me"
|
||||
git config --global user.name "Dashboard Icons Bot"
|
||||
git add ICONS.md
|
||||
git commit -m ":construction_worker: Generate ICONS.md" || exit 0
|
||||
|
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
PREVIEWS=""
|
||||
for ICON in $ICONS; do
|
||||
ICON_NAME=$(basename $ICON)
|
||||
PREVIEW=""
|
||||
PREVIEW=""
|
||||
PREVIEWS="$PREVIEWS $PREVIEW"
|
||||
done
|
||||
echo "::set-output name=icon_previews::$PREVIEWS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue