mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-01-26 01:45:02 +01:00
💚 Fixes dev runs
This commit is contained in:
parent
08743f53d8
commit
1562dd77d5
4
.github/workflows/compress_pngs.yml
vendored
4
.github/workflows/compress_pngs.yml
vendored
@ -3,6 +3,10 @@ name: Compress PNGs 🗜️
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * 0"
|
- cron: "0 0 * * 0"
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- dev
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
1
.github/workflows/convert_svg_assets.yml
vendored
1
.github/workflows/convert_svg_assets.yml
vendored
@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- dev
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
5
.github/workflows/generate_file_tree.yml
vendored
5
.github/workflows/generate_file_tree.yml
vendored
@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- dev
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -20,12 +21,12 @@ jobs:
|
|||||||
python-version: "3.9"
|
python-version: "3.9"
|
||||||
|
|
||||||
- name: Generate File Tree
|
- name: Generate File Tree
|
||||||
run: python scripts/generate_file_tree.py svg png webp
|
run: python scripts/generate_folder_tree.py ../svg ../png ../webp
|
||||||
|
|
||||||
- name: Commit and Push Changes
|
- name: Commit and Push Changes
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "noreply@lammers.media"
|
git config --global user.email "noreply@lammers.media"
|
||||||
git config --global user.name "Dashboard Icons Bot"
|
git config --global user.name "Dashboard Icons Bot"
|
||||||
git add tree.json
|
git add ../tree.json
|
||||||
git commit -m ":construction_worker: Generate file tree" || exit 0
|
git commit -m ":construction_worker: Generate file tree" || exit 0
|
||||||
git push
|
git push
|
||||||
|
1
.github/workflows/generate_icons_page.yml
vendored
1
.github/workflows/generate_icons_page.yml
vendored
@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- dev
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user