Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DCEW committed Jun 17, 2024
2 parents 2e3d353 + 716df46 commit ed84d1f
Show file tree
Hide file tree
Showing 37 changed files with 253 additions and 10,521 deletions.
29 changes: 26 additions & 3 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,33 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
container:
image: ghcr.io/dukestatsci/r_gh_actions:latest
image: ghcr.io/nhs-r-community/r_gh_actions:latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/checkout@v4

- uses: actions/cache@v4
with:
key: packages
path: /usr/local/lib/R/site-library

- name: Install Missing Packages
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}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

- name: Install NHSRpopulation
run: |
remotes::install_github("nhs-r-community/NHSRpopulation")
shell: Rscript {0}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

- name: Build site
run: |
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
.Ruserdata

/.quarto/
/_book/
77 changes: 0 additions & 77 deletions _book/CODE_OF_CONDUCT.md

This file was deleted.

Loading

0 comments on commit ed84d1f

Please sign in to comment.