Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakethompson committed Apr 2, 2024
1 parent 2683309 commit 42b10ab
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/shiny-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,11 @@ jobs:

- uses: r-lib/actions/setup-r@v2
with:
r-version: 4.3.0
r-version: 4.3.3
use-public-rspm: true

- uses: r-lib/actions/setup-renv@v2

- name: Install rsconnect
run: install.packages("rsconnect")
shell: Rscript {0}

- name: Authorize and deploy app
env:
# Provide your app name, account name, and server to be deployed below
Expand Down

0 comments on commit 42b10ab

Please sign in to comment.