Skip to content

Commit

Permalink
check R markdown as well
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Oct 26, 2024
1 parent f3ba9bd commit dae188e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
needs: website

- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
file-extension: 'md, rmd, Rmd'

- name: Build site
run: Rscript -e 'pkgdown::build_site_github_pages(new_process = FALSE, install = TRUE)'
Expand Down

0 comments on commit dae188e

Please sign in to comment.