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 a212a94 commit 82cb074Copy full SHA for 82cb074
.github/workflows/partials-audit.yml
@@ -31,6 +31,7 @@ jobs:
31
# Check if files are referenced in any markdown file via Render components
32
UNUSED_FILES=""
33
for FILE in $FILES; do
34
+ echo "Processing file: $FILE"
35
# Get the relative path from src/content/partials/
36
RELATIVE_PATH=${FILE#src/content/partials/}
37
echo "RELATIVE_PATH: $RELATIVE_PATH"
0 commit comments