Skip to content

Commit

Permalink
Try using packrat
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Aug 9, 2023
1 parent b1b2db5 commit 5db19de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/apps-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
if: matrix.config.type == 'shinyappsio'
shell: Rscript {0}
run: |
Sys.setenv("RSCONNECT_PACKRAT" = TRUE)
rsconnect::setAccountInfo(
name = '${{ matrix.config.account }}',
token = '${{ secrets.SHINYAPPS_IO_TESTING_APPS_TOKEN }}',
Expand Down

0 comments on commit 5db19de

Please sign in to comment.