From 2fa55ac8c2360298e3cd40542b580aa403e53f2e Mon Sep 17 00:00:00 2001 From: Stevie Ped Date: Tue, 23 Jan 2024 17:08:06 +1030 Subject: [PATCH] Changed pkgdown code after running locally --- .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 6c7ea14..ab17313 100644 --- a/.github/workflows/check-bioc.yml +++ b/.github/workflows/check-bioc.yml @@ -255,7 +255,7 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" git config --global --add safe.directory /__w/transmogR/transmogR - Rscript -e "pkgdown::deploy_to_branch(clean = TRUE)" + 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) ## at least one locally before this will work. This creates the gh-pages