Skip to content

Commit

Permalink
Finn added this to inlabru test workflow (inlabru-org/inlabru@462f2b1#…
Browse files Browse the repository at this point in the history
  • Loading branch information
aabelean committed Mar 30, 2024
1 parent 6afa86c commit 378c8d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
any::bookdown
local::.
needs: website
- name: Fix temporary out-of-sync binary packages
run: |
install.packages("MatrixModels", repos = "https://cloud.r-project.org", type = "source")
shell: Rscript {0}
- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}
Expand Down

0 comments on commit 378c8d5

Please sign in to comment.