Skip to content

Commit

Permalink
updating GHAs to match with new branch names, should enable auto-depl…
Browse files Browse the repository at this point in the history
…oyment
  • Loading branch information
federicomarini committed Mar 18, 2024
1 parent 71962c7 commit 481b29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

0 comments on commit 481b29c

Please sign in to comment.