diff --git a/.github/workflows/coverage_and_build.yml b/.github/workflows/coverage_and_build.yml index b814f72..2730721 100644 --- a/.github/workflows/coverage_and_build.yml +++ b/.github/workflows/coverage_and_build.yml @@ -38,7 +38,7 @@ jobs: - name: Build site run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE) - shell: Rscript {0}s + shell: Rscript {0} - name: Deploy to GitHub pages 🚀 if: github.event_name != 'pull_request'