From 984a3604a383d2ec7444f974b1a787005937c206 Mon Sep 17 00:00:00 2001 From: FelixErnst Date: Tue, 19 Mar 2024 19:56:00 +0100 Subject: [PATCH] Update R-CMD-check.yaml --- .github/workflows/R-CMD-check.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 9c4beb0..d9d8d15 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -56,7 +56,7 @@ jobs: needs: check - name: Query dependencies from r-lib (Linux) - if: runner.os == 'Linux' && runner.r == '4.3' + if: "runner.os == 'Linux' && matrix.config.r == '4.3' " uses: r-lib/actions/setup-r-dependencies@v2 with: extra-packages: any::pkgdown, any::covr, local::. @@ -92,7 +92,7 @@ jobs: build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")' - name: Test coverage - if: runner.os == 'Linux' && runner.r == '4.3' + if: "runner.os == 'Linux' && matrix.config.r == '4.3' " run: | covr::codecov( quiet = FALSE, @@ -116,12 +116,12 @@ jobs: path: ${{ runner.temp }}/package - name: Build with Pkgdown - if: runner.os == 'Linux' && runner.r == '4.3' + if: "runner.os == 'Linux' && matrix.config.r == '4.3' " run: pkgdown::deploy_to_branch(new_process = FALSE, install = FALSE) shell: Rscript {0} - name: Deploy to GitHub pages 🚀 - if: runner.os == 'Linux' && runner.r == '4.3' + if: "runner.os == 'Linux' && matrix.config.r == '4.3' " uses: JamesIves/github-pages-deploy-action@v4.5.0 with: clean: false