diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index feca96f..1972b18 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -36,7 +36,7 @@ jobs: # First install 'renv' or 'remotes', then install project dependencies # Using remotes here as it's typically faster for CI if renv cache isn't available run: | - Rscript -e "install.packages('remotes')" + Rscript -e "install.packages(c('remotes', 'styler'))" Rscript -e "remotes::install_deps(dependencies = TRUE)" - name: Run Build Script