Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
TNRiley committed Nov 8, 2024
1 parent b358466 commit 2cc4d6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/document-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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
Expand Down

0 comments on commit 2cc4d6c

Please sign in to comment.