Skip to content

Commit

Permalink
Merge branch 'main' of github.com:brunj7/intro-database-r
Browse files Browse the repository at this point in the history
  • Loading branch information
brunj7 committed Mar 5, 2024
2 parents 2405b27 + bc520a8 commit 6d43431
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/quarto_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ jobs:
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Install R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.3.3'

- name: Install R Dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages:
any::tidyverse
any::duckdb

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
Expand Down

0 comments on commit 6d43431

Please sign in to comment.