Skip to content

Commit

Permalink
try lychee action
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Oct 26, 2024
1 parent dae188e commit 706509e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,13 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache: always
extra-packages: any::pkgdown, ohdsi/OhdsiRTools
needs: website

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

- name: Build site
run: Rscript -e 'pkgdown::build_site_github_pages(new_process = FALSE, install = TRUE)'
args: --base . --verbose --no-progress './**/*.md' './**/*.rmd' './**/*.Rmd'

- name: Fix Hades Logo
run: Rscript -e 'OhdsiRTools::fixHadesLogo()'
Expand Down

0 comments on commit 706509e

Please sign in to comment.