Skip to content

Commit 689ffc2

Browse files
committed
Debug pkgdown quarto build logs
1 parent 3aaf1a6 commit 689ffc2

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/pkgdown.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
which quarto
4646
quarto --version
4747

48-
- name: Build site
49-
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
50-
shell: Rscript {0}
48+
- name: Build articles with full logs
49+
run: |
50+
packageVersion("pkgdown")
51+
packageVersion("quarto")
52+
pkgdown::build_articles(quiet = FALSE)
53+
shell: Rscript {0}

0 commit comments

Comments
 (0)