Skip to content

Commit 8bc6b03

Browse files
authored
Allow missing docs
1 parent 23a344f commit 8bc6b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkgdown.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
run: |
4848
git config --local user.email "[email protected]"
4949
git config --local user.name "GitHub Actions"
50-
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE)'
50+
Rscript -e 'Sys.unsetenv("CI"); pkgdown::deploy_to_branch(new_process = FALSE)'

0 commit comments

Comments
 (0)