Skip to content

Commit

Permalink
Use a different user
Browse files Browse the repository at this point in the history
  • Loading branch information
llrs authored Aug 13, 2023
1 parent 58adea2 commit 081dc0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}

- name: git config
run: |
git config --global user.email '[email protected]'
git config --global user.name 'gh-pages committer'
- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 081dc0c

Please sign in to comment.