Skip to content

Commit

Permalink
Updated R working directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
silicontwin committed Sep 26, 2024
1 parent 0b0aa62 commit 30f04a4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/generated-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,12 @@ jobs:
Rscript -e 'install.packages(c("pkgdown", "ggplot2", "latex2exp", "decor"))'
- name: Build R Documentation
working-directory: stochtree-repo/R
working-directory: stochtree-repo
run: |
Rscript cran-bootstrap.R
cp _pkgdown.yml stochtree_cran/_pkgdown.yml
cp R_README.md stochtree_cran/README.md
cp _pkgdown.yml R/stochtree_cran/_pkgdown.yml
cp R_README.md R/stochtree_cran/README.md
cd R
Rscript -e 'pkgdown::build_site(install = TRUE)'
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 30f04a4

Please sign in to comment.