Skip to content

Commit

Permalink
git config global
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue authored Aug 7, 2022
1 parent 41dcc0c commit 8ebd71b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ jobs:
- name: Build and deploy pkgdown site
if: github.ref == 'refs/heads/main' && env.run_pkgdown == 'true' && runner.os == 'Linux'
run: |
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "[email protected]"
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "[email protected]"
git config --global --add safe.directory /__w/iSEEhex/iSEEhex
Rscript -e "pkgdown::deploy_to_branch(new_process = FALSE)"
shell: bash {0}
Expand Down

0 comments on commit 8ebd71b

Please sign in to comment.