diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 7cddc15d..3cb2e40f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -92,7 +92,7 @@ sd: git commit -m 'Static documentation rebuilt by staticdocs::build_site()' -e pd: - "$(RBIN)/Rscript" -e "pkgdown::build_site()" + "$(RBIN)/Rscript" -e "pkgdown::build_site(articles = FALSE)" git add -A git commit -m 'Static documentation rebuilt by pkgdown::build_site()' -e |