Skip to content

Commit

Permalink
correcting yaml format
Browse files Browse the repository at this point in the history
  • Loading branch information
defuneste committed Dec 11, 2023
1 parent 5615c3f commit 0997e41
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,18 @@ jobs:

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

# From https://github.com/r-lib/actions/tree/v2-branch/setup-r
- name: Setup R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.3.1'

- name: Install R package dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 2
packages: |
any::DT
- name: Setup R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.3.1'

- name: Install R package dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 2
packages: |
any::DT
#
# - name: Install R Dependencies
# uses: r-lib/actions/setup-renv@v2
Expand Down

0 comments on commit 0997e41

Please sign in to comment.