Skip to content

Commit

Permalink
Rm typo in deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasWallrich committed Nov 19, 2024
1 parent e2e264d commit aa8aa87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/document-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
remotes::install_github('${{ github.repository }}', ref = '${{ github.ref_name }}', force = TRUE);
rsconnect::setAccountInfo(name='forrt-replications', token=${{secrets.SHINYAPPS_TOKEN}}, secret=${{secrets.SHINYAPPS_SECRET}});
rsconnect::deployApp(appName = 'fred_annotator', appDir = './inst/fred_annotator', forceUpdate = TRUE);
rsconnect::deployApp(appName = 'fred_explorer', appDir = './inst/fred_explorer', forceUpdate = TRUE)";
rsconnect::deployApp(appName = 'fred_explorer', appDir = './inst/fred_explorer', forceUpdate = TRUE);
"
- name: Deploy release version conditionally
Expand Down

0 comments on commit aa8aa87

Please sign in to comment.