Skip to content

Commit

Permalink
refactor: set git user/email for pkgdown action
Browse files Browse the repository at this point in the history
  • Loading branch information
dpastoor authored Oct 24, 2024
1 parent a8c3cff commit e18de4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
with:
extra-packages: any::pkgdown, local::.
needs: website

- run: git config --global user.email "[email protected]"
- run: git config --global user.name "pkgdown-builder"
- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}
Expand Down

0 comments on commit e18de4a

Please sign in to comment.