Skip to content

Commit

Permalink
Merge pull request epiforecasts#56 from epiforecasts/seabbs-patch-1
Browse files Browse the repository at this point in the history
Update pkgdown.yaml
  • Loading branch information
seabbs authored Jul 30, 2020
2 parents 5573510 + d9d3b78 commit f7e1b7f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@ jobs:
run: R CMD INSTALL .

- name: Deploy package
run: pkgdown::deploy_to_branch(new_process = FALSE)
shell: Rscript {0}
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
Rscript -e "pkgdown::deploy_to_branch(new_process = FALSE)"

0 comments on commit f7e1b7f

Please sign in to comment.