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 7e52843 commit 81bea5c
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 @@ -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
Expand Down

0 comments on commit 81bea5c

Please sign in to comment.