ropensci / tic

Tasks Integrating Continuously: CI-Agnostic Workflow Definitions

Home Page:https://docs.ropensci.org/tic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`pkgdown: false` is set but still getting built

adamhsparks opened this issue · comments

What am I missing? I've set:

- { os: macOS-latest, r: "release", pkgdown: "false", latex: "true" }

But I still get the site being built and it fails to deploy because it's an rOpenSci pkg that has its own documentation workflow.

See https://github.com/ropensci/nasapower/actions/runs/5254529903/jobs/9493246578

Related to https://docs.ropensci.org/tic/articles/deployment.html

ah-ha! deleting this works (or doesn't depending on your view).

      # if you use bookdown or blogdown, replace "PKGDOWN" by the respective
      # capitalized term. This also might need to be done in tic.R
      BUILD_PKGDOWN: ${{ matrix.config.pkgdown }}

ropensci/nasapower@ace6761