diff --git a/.github/workflows/raw-mirror.yml b/.github/workflows/raw-mirror.yml index 5a7ed78..69eef45 100644 --- a/.github/workflows/raw-mirror.yml +++ b/.github/workflows/raw-mirror.yml @@ -94,7 +94,7 @@ jobs: source_file="static/$path" else # try static/images/branding/ for image-only fallbacks (restrict to images/ prefix) - if [[ "$path" == images/* ]]; then + if [[ "$path" == images/* || "$path" == icons/* ]]; then base="$(basename "$path")" if [ -f "static/images/branding/$base" ]; then source_file="static/images/branding/$base"