Skip to content

Commit

Permalink
ci: fix pkgdown call
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Oct 11, 2024
1 parent 1d7307d commit 88eee81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
needs: website

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

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

- name: Deploy to GitHub pages 🚀
Expand Down

0 comments on commit 88eee81

Please sign in to comment.