From ba4ca4d1a89dc33bf8a016fad10dbaf9749f48a7 Mon Sep 17 00:00:00 2001 From: Lextuga007 Date: Wed, 17 Apr 2024 16:26:49 +0100 Subject: [PATCH] Removed remotes:: code from gh-action --- .github/workflows/quarto-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quarto-publish.yml b/.github/workflows/quarto-publish.yml index 2d9d08d..e4c5d2b 100644 --- a/.github/workflows/quarto-publish.yml +++ b/.github/workflows/quarto-publish.yml @@ -43,8 +43,8 @@ jobs: any::remotes - name: Install packages run: - remotes::install_github("nhs-r-community/NHSRpopulation") - remotes::install_github("nhs-r-community/NHSRpostcodetools") + install_github("nhs-r-community/NHSRpopulation") + install_github("nhs-r-community/NHSRpostcodetools") - name: Checkout uses: actions/checkout@v4