Skip to content

Commit

Permalink
Update build_deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
philouail committed Oct 2, 2024
1 parent fdefb6a commit af62450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "GitHub Action"
git config --global --add safe.directory /__w/metabonaut/metabonaut
Rscript -e "pkgdown::deploy_to_branch(new_process = FALSE, quiet = FALSE)"
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 af62450

Please sign in to comment.