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 18973a7 commit 0ff2f19Copy full SHA for 0ff2f19
.github/workflows/test-coverage.yaml
@@ -173,7 +173,7 @@ jobs:
173
echo "ref-name=${{ steps.branch-name.outputs.current_branch }}" >> $GITHUB_OUTPUT
174
fi
175
# Check if pkgdown multiversion docs are used at all.
176
- if [ $(grep -rl '<!-- start dropdown for versions -->' gh-pages | wc -l) -gt 0 ]; then
+ if [ $(grep -rl '<!-- Generated by pkgdown + https://github.com/insightsengineering/r-pkgdown-multiversion -->' gh-pages | wc -l) -gt 0 ]; then
177
echo "multiversion-docs=true" >> $GITHUB_OUTPUT
178
else
179
echo "multiversion-docs=false" >> $GITHUB_OUTPUT
0 commit comments