Skip to content

Commit 565867f

Browse files
Add more generic wanring message for source files
1 parent 051b11a commit 565867f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/accessibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
echo '```' >> pa11y_output.md
118118
119119
base=$(basename "$file" .html)
120-
echo "_⚠️ This issue likely originates from \`${base}.md\` or \`${base}.ipynb\`, which is used to generate this HTML file._" >> pa11y_output.md
120+
echo "_⚠️ This issue likely originates from the source file (e.g., \`filename.md\`, \`filename.ipynb\`) used to generate this HTML output._" >> pa11y_output.md
121121
echo "" >> pa11y_output.md
122122
done
123123
fi

0 commit comments

Comments
 (0)