Skip to content

Commit

Permalink
fix safe directory in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Oct 18, 2024
1 parent a9aaa73 commit cc7ccbc
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 cc7ccbc

Please sign in to comment.