From eef739924607b2586355264ff14b6990ed2e9824 Mon Sep 17 00:00:00 2001 From: Kevin Rue-Albrecht Date: Fri, 18 Oct 2024 11:27:24 +0100 Subject: [PATCH] fix safe directory in github action (#10) Co-authored-by: Kevin Rue --- .github/workflows/check-bioc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-bioc.yml b/.github/workflows/check-bioc.yml index 65a51f9..14ca235 100644 --- a/.github/workflows/check-bioc.yml +++ b/.github/workflows/check-bioc.yml @@ -295,7 +295,7 @@ jobs: run: | git config --global user.name "$GITHUB_ACTOR" git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com" - 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)