From a544b23dac64e45aef639a4455c58d9b0f02df9e Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 16 Jun 2026 06:22:36 +0000 Subject: [PATCH] ci: fix docs build by sourcing quarto R package from quarto-dev/quarto-r MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The docs workflow listed `quarto-dev/quarto` as an extra-package, but that GitHub repo is the Quarto CLI monorepo (no R package at its root) — pak fails with 'Can't find R package in GitHub repo quarto-dev/quarto' and the bogus remote conflicts with the CRAN `quarto` required by the package and altdoc. The R `quarto` package now lives at quarto-dev/quarto-r; repoint to it so dependency resolution succeeds. The Quarto CLI is still installed separately by the 'Set up Quarto' step. --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 98fab54..2c18b5e 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -83,7 +83,7 @@ jobs: website extra-packages: | d-morrison/altdoc@recursive-qmd-search - quarto-dev/quarto + quarto-dev/quarto-r any::sessioninfo local::.