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 4a9ec88 commit 1b2838cCopy full SHA for 1b2838c
.github/workflows/partials-audit.yml
@@ -33,7 +33,7 @@ jobs:
33
for FILE in $FILES; do
34
# Extract product and file name from the path
35
PRODUCT=$(echo "$FILE" | awk -F'/' '{print $(NF-1)}')
36
- TEMP_PATH=${FILE#*src/content/partials/}
+ TEMP_PATH=${FILE#*src/content/partials/*/}
37
FILENAME=${TEMP_PATH%.mdx}
38
39
# Construct the individual search strings for product and file
0 commit comments