Skip to content

Commit

Permalink
Allow missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
richardreeve authored Jan 31, 2022
1 parent 23a344f commit 8bc6b03
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 @@ -47,4 +47,4 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE)'
Rscript -e 'Sys.unsetenv("CI"); pkgdown::deploy_to_branch(new_process = FALSE)'

0 comments on commit 8bc6b03

Please sign in to comment.