Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/richardli/SUMMER
Browse files Browse the repository at this point in the history
  • Loading branch information
richardli committed Mar 1, 2024
2 parents 3abcc51 + cedde36 commit fdd38b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
with:
use-public-rspm: true

- name: Add inla repo
run: |
writeLines('options(repos = c(INLA = "https://inla.r-inla-download.org/R/testing/", getOption(\"repos\")))', file("~/.Rprofile", "ab"))
shell: Rscript {0}

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::.
Expand Down

0 comments on commit fdd38b2

Please sign in to comment.