Skip to content

Commit

Permalink
Quotation marks are hard :/
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasWallrich committed May 27, 2024
1 parent 1b15673 commit a4e23fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
R -e "
install.packages(c('rsconnect', 'remotes'));
bspm::disable();
remotes::install_github("ESHackathon/CiteSource", force = TRUE);
remotes::install_github('ESHackathon/CiteSource', force = TRUE);
rsconnect::setAccountInfo(name=${{secrets.SHINY_LUKAS_ACCOUNT}}, token=${{secrets.SHINY_LUKAS_TOKEN}}, secret=${{secrets.SHINY_LUKAS_SECRET}});
rsconnect::deployApp(appName = 'CiteSource_latest', appDir = './inst/shiny-app/CiteSource', forceUpdate = TRUE)"
Expand Down

0 comments on commit a4e23fb

Please sign in to comment.