We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68cf3f2 commit f56e862Copy full SHA for f56e862
.github/workflows/image-audit.yml
@@ -21,7 +21,7 @@ jobs:
21
id: find-files
22
run: |
23
# 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/*")
+ 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/*")
25
26
# Check if files are referenced in any markdown file
27
UNUSED_FILES=""
0 commit comments