Skip to content

Commit 0ff2f19

Browse files
committed
fix: Change search string for multiversion doc selector for coverage reports
1 parent 18973a7 commit 0ff2f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
echo "ref-name=${{ steps.branch-name.outputs.current_branch }}" >> $GITHUB_OUTPUT
174174
fi
175175
# Check if pkgdown multiversion docs are used at all.
176-
if [ $(grep -rl '<!-- start dropdown for versions -->' gh-pages | wc -l) -gt 0 ]; then
176+
if [ $(grep -rl '<!-- Generated by pkgdown + https://github.com/insightsengineering/r-pkgdown-multiversion -->' gh-pages | wc -l) -gt 0 ]; then
177177
echo "multiversion-docs=true" >> $GITHUB_OUTPUT
178178
else
179179
echo "multiversion-docs=false" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)