We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a344f commit 8bc6b03Copy full SHA for 8bc6b03
.github/workflows/pkgdown.yaml
@@ -47,4 +47,4 @@ jobs:
47
run: |
48
git config --local user.email "[email protected]"
49
git config --local user.name "GitHub Actions"
50
- Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE)'
+ Rscript -e 'Sys.unsetenv("CI"); pkgdown::deploy_to_branch(new_process = FALSE)'
0 commit comments