From 481b29c35ed6294e3c76d8da7fb6a11850705d3a Mon Sep 17 00:00:00 2001 From: Federico Marini Date: Mon, 18 Mar 2024 16:41:14 +0100 Subject: [PATCH] updating GHAs to match with new branch names, should enable auto-deployment --- .github/workflows/R-CMD-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 798eae1..56d416d 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -142,7 +142,7 @@ jobs: shell: Rscript {0} - name: Deploy - if: github.event_name == 'push' && github.ref == 'refs/heads/master' && matrix.config.os == 'macOS-latest' + if: github.event_name == 'push' && github.ref == 'refs/heads/devel' && matrix.config.os == 'macOS-latest' run: | R CMD INSTALL . Rscript -e "remotes::install_dev('pkgdown'); pkgdown::deploy_to_branch(new_process = FALSE)"