-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate BS3 #2545
Deprecate BS3 #2545
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
@@ -35,6 +35,13 @@ pkgdown_sitrep <- function(pkg = ".") { | |||
cli::cli_rule("Sitrep") | |||
|
|||
pkg <- as_pkgdown(pkg) | |||
if (pkg$bs_version == 3) { | |||
cli::cli_inform(c( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will be visible in CI logs? should there be more info, a new short blog post maybe?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to think more about how to expose the sitrep more clearly in automated checks.
Co-authored-by: Maëlle Salmon <[email protected]>
No description provided.