Skip to content

Commit

Permalink
Added NHSR packages from GitHub install to gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Lextuga007 committed Apr 19, 2024
1 parent 5fc1e42 commit 8a0ee23
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@ jobs:
run: |
missing = checklist::install_missing_pkgs(dir = "./", glob = "*.qmd")
shell: Rscript {0}

- name: Install NHSRpostcodetools
run: |
remotes::install_github("nhs-r-community/NHSRpostcodetools")
shell: Rscript {0}

- name: Install NHSRpopulation
run: |
remotes::install_github("nhs-r-community/NHSRpopulation")
shell: Rscript {0}



- name: Build site
run: |
Expand Down

0 comments on commit 8a0ee23

Please sign in to comment.