Skip to content

Commit

Permalink
Fix link to source code (#199)
Browse files Browse the repository at this point in the history
* fix link to source

* more debugging

* load package in CI

* fix

* debug tmate

* run debug on PR

* try to install pkgload

* update ci template
  • Loading branch information
etiennebacher authored Dec 6, 2023
1 parent ccbaef9 commit ec73e39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/altdoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
- name: Build site
run: |
install.packages(".", repos = NULL, type = "source")
install.packages("pkgload")
pkgload::load_all()
altdoc::render_docs(parallel = TRUE, freeze = FALSE)
shell: Rscript {0}

Expand Down
2 changes: 2 additions & 0 deletions inst/misc/altdoc.yaml → inst/gha/altdoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
run: |
future::plan(future::multicore)
install.packages(".", repos = NULL, type = "source")
install.packages("pkgload")
pkgload::load_all()
altdoc::render_docs(parallel = TRUE, freeze = FALSE)
shell: Rscript {0}

Expand Down

0 comments on commit ec73e39

Please sign in to comment.