Skip to content

Commit

Permalink
building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Aug 14, 2023
1 parent a929fc3 commit 4795017
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/scripts/docs_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ main() {
popd

for desc_file in $(find "${source_dir}/r" -name DESCRIPTION); do
local -r pkg=$(dirname "$desc_file")
local -r pkg_name=$(basename $pkg)
R -e "pkgdown::build_site_github_pages(pkg = '$pkg', dest_dir = '$source_dir/docs/r/$pkg_name')"
local pkg=$(dirname "$desc_file")
local pkg_name=$(basename $pkg)
R -e "pkgdown::build_site_github_pages(pkg = '$pkg', dest_dir = '$source_dir/docs/build/html/r/$pkg_name')"
done

}
Expand Down
Empty file modified ci/scripts/r_build.sh
100644 → 100755
Empty file.

0 comments on commit 4795017

Please sign in to comment.