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.
2 parents bd92a13 + 3d16532 commit c54de37Copy full SHA for c54de37
scripts/check-asciidoctor-build.sh
@@ -31,7 +31,8 @@ check_updated_assemblies () {
31
# check that assemblies are in a topic_map
32
for ASSEMBLY in $ALL_ASSEMBLIES; do
33
# get the page name to search the topic_map
34
- PAGE=$(basename "$ASSEMBLY" .adoc)
+ # search for files only, not folders
35
+ PAGE="File: $(basename "$ASSEMBLY" .adoc)"
36
# don't validate the assembly if it is not in a topic map
37
if grep -rq "$PAGE" --include "*.yml" _topic_maps ; then
38
# validate the assembly
0 commit comments