I'm trying to run Deploy my {pkgdown} page using GitHub Actions using the command:
- name: Deploy pkgdown site
run: pkgdown::deploy_to_branch(new_process = FALSE)
shell: Rscript {0}
The process is hitting a fatal error with output:
fatal: unable to auto-detect email address (got 'runner@Mac-1595378328350.(none)')
Does anyone know whether this is an issue with {pkgdown}, git or GitHub Actions?
Does anybody know the solution?