Skip to content

Commit

Permalink
deploying (temporarily?) from the ubuntu-latest config
Browse files Browse the repository at this point in the history
  • Loading branch information
federicomarini committed Mar 18, 2024
1 parent 481b29c commit fa536af
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/devel' && matrix.config.os == 'macOS-latest'
if: github.event_name == 'push' && github.ref == 'refs/heads/devel' && matrix.config.os == 'ubuntu-latest'
run: |
R CMD INSTALL .
Rscript -e "remotes::install_dev('pkgdown'); pkgdown::deploy_to_branch(new_process = FALSE)"

0 comments on commit fa536af

Please sign in to comment.