Skip to content

Commit 7dd0168

Browse files
committed
Fix app name in yaml
1 parent 4a093f5 commit 7dd0168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-shiny.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
SHINYAPPS_SECRET: ${{ secrets.SHINYAPPS_SECRET }}
3333
run: |
3434
R -e 'rsconnect::setAccountInfo(name="${{ secrets.SHINYAPPS_ACCOUNT }}", token="${{ secrets.SHINYAPPS_TOKEN }}", secret="${{ secrets.SHINYAPPS_SECRET }}")'
35-
R -e 'rsconnect::deployApp(appDir = ".", appName = "YOUR_APP_NAME")'
35+
R -e 'rsconnect::deployApp(appDir = ".", appName = "markov_example")'

0 commit comments

Comments
 (0)