Skip to content

Commit

Permalink
Addressing automation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
larsvilhuber committed Jun 30, 2024
1 parent df970e8 commit 72ef1a7
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,16 @@ jobs:
# Let's do the Quarto
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
- name: Install R dependencies
run: |
Rscript presentation/libraries.R
- name: Install R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.3.2'

- name: Install R Dependencies
uses: r-lib/actions/setup-renv@v2
with:
cache-version: 1

- name: Render Quarto Project
# uses: quarto-dev/quarto-actions/render@v2
# with:
Expand Down

0 comments on commit 72ef1a7

Please sign in to comment.