Skip to content

Commit

Permalink
Changed pkgdown code after running locally
Browse files Browse the repository at this point in the history
  • Loading branch information
smped committed Jan 23, 2024
1 parent d29473b commit 2fa55ac
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 @@ -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
Expand Down

0 comments on commit 2fa55ac

Please sign in to comment.