Skip to content

Commit 82cb074

Browse files
committed
One more log
1 parent a212a94 commit 82cb074

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/partials-audit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
# Check if files are referenced in any markdown file via Render components
3232
UNUSED_FILES=""
3333
for FILE in $FILES; do
34+
echo "Processing file: $FILE"
3435
# Get the relative path from src/content/partials/
3536
RELATIVE_PATH=${FILE#src/content/partials/}
3637
echo "RELATIVE_PATH: $RELATIVE_PATH"

0 commit comments

Comments
 (0)