Skip to content

Commit

Permalink
ci: add build_articles to check error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Oct 11, 2024
1 parent 1ac7514 commit bcd775b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
if: runner.os != 'Linux'
uses: r-lib/actions/setup-tinytex@v2

- name: Build articles
run: pkgdown::build_articles(quiet = FALSE)
shell: Rscript {0}

- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}
Expand Down

0 comments on commit bcd775b

Please sign in to comment.