-
Notifications
You must be signed in to change notification settings - Fork 344
Description
For my repository (https://github.com/HUGLeipzig/kitesquare), I have followed https://r-pkgs.org/website.html to set up pkgdown with GitHub Actions in order to build a website at https://hugleipzig.github.io/kitesquare/. Everything appears to be in order. Yet for some reason, pkgdown fails the building step (https://github.com/HUGLeipzig/kitesquare/actions/runs/12929841229/job/36060042956):
I can build the vignette locally with Quarto without problems. I am trying to figure out what is going wrong, and came across the suggestion in the log to
Rerun with
quiet = FALSEto see the full error message.
Is it possible to pass quiet=FALSE from pkgdown::build_site_github_pages down to pkgdown:::build_quarto_articles somehow, or to change the verbosity level globally somehow?
