Skip to content

Commit

Permalink
In action, install from GitHub, not source
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasWallrich committed Nov 13, 2024
1 parent 11c49f4 commit 899976f
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 @@ -52,7 +52,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
run: |
R -e "
remotes::install_local(force = TRUE);
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)";
Expand Down

0 comments on commit 899976f

Please sign in to comment.