From cc7ccbc307a6deaf644e09b1fe69fd02a4bbc866 Mon Sep 17 00:00:00 2001 From: Kevin Rue Date: Fri, 18 Oct 2024 10:57:46 +0100 Subject: [PATCH] fix safe directory in github action --- .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)