💚 Fixes file path

This commit is contained in:
Bjorn Lammers 2024-10-20 19:45:46 +02:00
parent fbb6268466
commit 4dda538f82
No known key found for this signature in database
2 changed files with 1 additions and 5 deletions

View File

@ -3,10 +3,6 @@ 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:

View File

@ -31,7 +31,7 @@ jobs:
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 pull --rebase origin ${{ github.ref_name }} git pull --rebase origin ${{ github.ref_name }}
git push origin HEAD:${{ github.ref_name }} git push origin HEAD:${{ github.ref_name }}