We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5928fd0 + ceea208 commit a3d6bbfCopy full SHA for a3d6bbf
.github/workflows/deploy-shiny.yml
@@ -32,4 +32,4 @@ jobs:
32
SHINYAPPS_SECRET: ${{ secrets.SHINYAPPS_SECRET }}
33
run: |
34
R -e 'rsconnect::setAccountInfo(name="${{ secrets.SHINYAPPS_ACCOUNT }}", token="${{ secrets.SHINYAPPS_TOKEN }}", secret="${{ secrets.SHINYAPPS_SECRET }}")'
35
- R -e 'rsconnect::deployApp(appDir = ".", appName = "markov_example")'
+ R -e 'rsconnect::deployApp(appDir = ".", appName = "markov_example", forceUpdate = TRUE)'
0 commit comments