You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was there a particular reason to use build_dir instead of destination? It might be confusing, since this is specifically for the HTML renderer, but this is showing the root output directory which might not be where the HTML output actually resides. Maybe something like this? #2777
Was there a particular reason to use build_dir instead of destination? It might be confusing, since this is specifically for the HTML renderer, but this is showing the root output directory which might not be where the HTML output actually resides. Maybe something like this?
info!("HTML book written to `{}`", destination.display());