Skip to content

Commit

Permalink
adding branch
Browse files Browse the repository at this point in the history
  • Loading branch information
brunj7 authored Jul 25, 2022
1 parent d3b999a commit c3a0957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: |
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "[email protected]"
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE)'
Rscript -e 'pkgdown::deploy_to_branch(github_pages = (branch == "gh-pages"), new_process = FALSE)'

0 comments on commit c3a0957

Please sign in to comment.