Skip to content

Commit

Permalink
Install quarto before installing R dependencies (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: Barret Schloerke <[email protected]>
  • Loading branch information
wch and schloerke committed Aug 5, 2024
1 parent ee1ff68 commit 8cf6917
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,15 @@ jobs:
run: |
make submodules
- uses: quarto-dev/quarto-actions/setup@v2
with:
version: 1.4.557

- name: Install R
uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
install-quarto: false
packages: |
any::knitr
any::rmarkdown
Expand All @@ -47,10 +52,6 @@ jobs:
# =====================================================
# Build
# =====================================================
- uses: quarto-dev/quarto-actions/setup@v2
with:
version: 1.4.557

- name: Build site
run: |
make all
Expand Down

0 comments on commit 8cf6917

Please sign in to comment.