Skip to content

Commit

Permalink
Fix dynamic docs on pkgdown
Browse files Browse the repository at this point in the history
Hopefully. For #566.

[ci skip]
  • Loading branch information
gaborcsardi committed Dec 12, 2023
1 parent fe99d85 commit 8386857
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,16 @@ jobs:
needs: website
pak-version: devel

# otherwise the dynamics docs fail, not sure why
- name: Install package
run: R CMD INSTALL .

- name: Build site
run: |
options(asciicast_timeout = 600)
rmarkdown::render("README.Rmd")
# roxygen2::roxygenize()
pkgdown::build_site_github_pages(new_process = TRUE, install = TRUE)
pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}
env:
IN_PKGDOWN: true
Expand Down

0 comments on commit 8386857

Please sign in to comment.