Skip to content

Commit 1a2817f

Browse files
committed
Update readme
Signed-off-by: Peter Solymos <[email protected]>
1 parent ae74af2 commit 1a2817f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pkgdown/entrypoint.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
# $ git add entrypoint.sh
55
# $ git update-index --chmod=+x entrypoint.sh
66

7-
echo "\n***\nTHIS IS USING THE PKGDOWN DIR\n***\n"
8-
97
deps-cli all
8+
Rscript -e 'devtools::document()'
109
Rscript -e 'devtools::check()'
11-
echo "\n***\n---PKGDOWN---\n***\n"
12-
Rscript -e 'pkgdown::build_site_github_pages(install=TRUE)'
10+
11+
Rscript -e 'devtools::install()'
12+
Rscript -e 'devtools::build_readme()'
13+
Rscript -e 'pkgdown::build_site_github_pages()'

0 commit comments

Comments
 (0)