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 3847627 commit 802d763Copy full SHA for 802d763
.github/workflows/build-check-install.yaml
@@ -354,7 +354,7 @@ jobs:
354
echo "ref-name=${{ steps.branch-name.outputs.current_branch }}" >> $GITHUB_OUTPUT
355
fi
356
# Check if pkgdown multiversion docs are used at all.
357
- 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
358
echo "multiversion-docs=true" >> $GITHUB_OUTPUT
359
else
360
echo "multiversion-docs=false" >> $GITHUB_OUTPUT
0 commit comments