Skip to content

Commit 1d0ecff

Browse files
authored
Unused images april (cloudflare#21302)
* Unused images April * update logic * restore
1 parent e2d3cdf commit 1d0ecff

File tree

17 files changed

+1
-1
lines changed

17 files changed

+1
-1
lines changed

.github/workflows/image-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: find-files
2222
run: |
2323
# Find all .png and .svg files, but only look in the ./src/assets/images directory
24-
FILES=$(find . -type f \( -name "*.png" -o -name "*.svg" \) -path "./src/assets/images/*" -not -path "./src/assets/images/workers-ai/*.svg" -not -path "./src/assets/images/workers/ai/*.png" -not -path "./src/assets/images/changelog-next/*")
24+
FILES=$(find . -type f \( -name "*.png" -o -name "*.svg" \) -path "./src/assets/images/*" -not -path "./src/assets/images/workers-ai/*.svg" -not -path "./src/assets/images/workers/ai/*.png" -not -path "./src/assets/images/changelog/*")
2525
2626
# Check if files are referenced in any markdown file
2727
UNUSED_FILES=""
-197 KB
Binary file not shown.
-262 KB
Binary file not shown.
-347 KB
Binary file not shown.
-241 KB
Binary file not shown.
-192 KB
Binary file not shown.
-24 Bytes
Loading
Binary file not shown.
-75.2 KB
Binary file not shown.
-36.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)