From 9ee94c9902bf0db56625dbb0059b3f6b17912bb0 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 10 Aug 2022 09:04:38 +0100 Subject: [PATCH] Update jsdoc.yml (#2577) --- .github/workflows/jsdoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jsdoc.yml b/.github/workflows/jsdoc.yml index e36db60dd..3763c7841 100644 --- a/.github/workflows/jsdoc.yml +++ b/.github/workflows/jsdoc.yml @@ -40,7 +40,7 @@ jobs: cp -a "$RUNNER_TEMP/$VERSION" . # Add the new directory to the index if it isn't there already - if ! grep -q "Version $VERSION" index.html; then + if ! grep -q ">Version $VERSION" index.html; then perl -i -pe 'BEGIN {$rel=shift} $_ =~ /^<\/ul>/ && print "