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 f576a9f commit 1c9d644Copy full SHA for 1c9d644
.github/workflows/jsdoc.yml
@@ -40,7 +40,7 @@ jobs:
40
cp -a "$RUNNER_TEMP/$VERSION" .
41
42
# Add the new directory to the index if it isn't there already
43
- if ! grep -q "Version $VERSION" index.html; then
+ if ! grep -q ">Version $VERSION</a>" index.html; then
44
perl -i -pe 'BEGIN {$rel=shift} $_ =~ /^<\/ul>/ && print
45
"<li><a href=\"${rel}/index.html\">Version ${rel}</a></li>\n"' "$VERSION" index.html
46
fi
0 commit comments