Skip to content

Commit

Permalink
Giving it anothe try
Browse files Browse the repository at this point in the history
  • Loading branch information
larsvilhuber committed Jul 1, 2024
1 parent f661f84 commit 55299bb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,14 @@ jobs:
with:
r-version: '4.4.0'

- name: Install R Dependencies
run: |
Rscript presentation/libraries.R
- name: Install R Dependencies
uses: r-lib/actions/setup-renv@v2
with:
cache-version: 1

- name: Render Quarto Project
env:
QUARTO_PRINT_STACK: true
# uses: quarto-dev/quarto-actions/render@v2
# with:
# path: ./presentation
Expand Down

0 comments on commit 55299bb

Please sign in to comment.