diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 370c597..c389c9a 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -39,7 +39,7 @@ jobs: run: Rscript -e "tinytex::install_tinytex()" - name: Build site - run: Rscript -e "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 🚀