Skip to content

Commit

Permalink
fix safe directory in github action (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Rue <[email protected]>
  • Loading branch information
kevinrue and kevinrue authored Oct 18, 2024
1 parent a9aaa73 commit eef7399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ jobs:
run: |
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "[email protected]"
git config --global --add safe.directory /__w/iSEE/iSEEhex
git config --global --add safe.directory /__w/iSEEhex/iSEEhex
Rscript -e "pkgdown::deploy_to_branch(new_process = FALSE)"
shell: bash {0}
## Note that you need to run pkgdown::deploy_to_branch(new_process = FALSE)
Expand Down

0 comments on commit eef7399

Please sign in to comment.