We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae74af2 commit 1a2817fCopy full SHA for 1a2817f
pkgdown/entrypoint.sh
@@ -4,9 +4,10 @@
4
# $ git add entrypoint.sh
5
# $ git update-index --chmod=+x entrypoint.sh
6
7
-echo "\n***\nTHIS IS USING THE PKGDOWN DIR\n***\n"
8
-
9
deps-cli all
+Rscript -e 'devtools::document()'
10
Rscript -e 'devtools::check()'
11
-echo "\n***\n---PKGDOWN---\n***\n"
12
-Rscript -e 'pkgdown::build_site_github_pages(install=TRUE)'
+
+Rscript -e 'devtools::install()'
+Rscript -e 'devtools::build_readme()'
13
+Rscript -e 'pkgdown::build_site_github_pages()'
0 commit comments