From 81bea5cacd15c50dc4d4834c4c22fbc0eb62bc04 Mon Sep 17 00:00:00 2001 From: FelixErnst Date: Tue, 19 Mar 2024 19:47:02 +0100 Subject: [PATCH] Update R-CMD-check.yaml --- .github/workflows/R-CMD-check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 6d369a1..00894d8 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -116,12 +116,12 @@ jobs: path: ${{ runner.temp }}/package - name: Build with Pkgdown - if: github.ref == 'refs/heads/master' && runner.os == 'Linux' && runner.r == '4.3' + if: runner.os == 'Linux' && runner.r == '4.3' run: pkgdown::deploy_to_branch(new_process = FALSE, install = FALSE) shell: Rscript {0} - name: Deploy to GitHub pages 🚀 - if: github.ref == 'refs/heads/master' && runner.os == 'Linux' && runner.r == '4.3' + if: runner.os == 'Linux' && runner.r == '4.3' uses: JamesIves/github-pages-deploy-action@v4.5.0 with: clean: false