Skip to content

How to change verbosity in pkgdown GitHub actions #2844

@wiedenhoeft

Description

@wiedenhoeft

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):

Image

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 = FALSE to 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions