From 2cc4d6c279c6a5f022734b678e1329fae3a6f1cd Mon Sep 17 00:00:00 2001 From: Trevor Riley Date: Fri, 8 Nov 2024 14:55:25 -0500 Subject: [PATCH] update url --- .github/workflows/document-and-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/document-and-deploy.yaml b/.github/workflows/document-and-deploy.yaml index 886e040..be2c115 100644 --- a/.github/workflows/document-and-deploy.yaml +++ b/.github/workflows/document-and-deploy.yaml @@ -63,7 +63,7 @@ jobs: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} run: | R -e " - options(repos = c(CRAN = 'https://cloud.r-project.org')); + options(repos = c(CRAN = 'https://cloud.r-project.org/')); install.packages(c('rsconnect', 'remotes')); bspm::disable(); remotes::install_github('ESHackathon/CiteSource', force = TRUE); @@ -74,7 +74,7 @@ jobs: if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' run: | R -e " - options(repos = c(CRAN = 'https://cloud.r-project.org')); + options(repos = c(CRAN = 'https://cloud.r-project.org/')); rsconnect::deployApp(appName = 'CiteSource', appDir = './inst/shiny-app/CiteSource', forceUpdate = TRUE)" - name: Create pkgdown