diff --git a/.github/workflows/document-and-deploy.yml b/.github/workflows/document-and-deploy.yml index 27fd962..86f3696 100644 --- a/.github/workflows/document-and-deploy.yml +++ b/.github/workflows/document-and-deploy.yml @@ -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