aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index d8eaa44..d01273d 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -27,10 +27,10 @@ check: build
check-no-vignettes: build-no-vignettes
"$(RBIN)/R" CMD check --as-cran $(TGZ)
-sd:
- "$(RBIN)/Rscript" -e "staticdocs::build_site()"
+pd:
+ "$(RBIN)/Rscript" -e "pkgdown::build_site()"
git add -A
- git commit -m 'Static documentation rebuilt by staticdocs::build_site()' -e
+ git commit -m 'Static documentation rebuilt by pkgdown::build_site()' -e
winbuilder: build
@echo "Uploading to R-release on win-builder"

Contact - Imprint