Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixErnst committed Mar 19, 2024
1 parent cf82066 commit c262831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ jobs:
path: check

- name: Install package
if: github.ref == 'refs/heads/master' && runner.os == 'ubuntu-22.04'
if: github.ref == 'refs/heads/master' && runner.os == 'ubuntu-22.04' && runner.r == '4.3'
run: |
R CMD INSTALL .
git config --global user.name ${{secrets.GH_USER}}
git config --global user.email ${{secrets.GH_EMAIL}}
- name: Deploy Pkgdown to branch
if: github.ref == 'refs/heads/master' && runner.os == 'ubuntu-22.04'
if: github.ref == 'refs/heads/master' && runner.os == 'ubuntu-22.04' && runner.r == '4.3'
run: pkgdown::deploy_to_branch(new_process = FALSE)
shell: Rscript {0}

0 comments on commit c262831

Please sign in to comment.