Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blenback authored Aug 2, 2024
1 parent 35d1d93 commit 3084747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
- name: Install R and dependencies
- name: Install R
uses: r-lib/actions/setup-r@v2
- name: Set up R dependencies
uses: r-lib/actions/setup-r-dependencies@v2
Expand All @@ -29,7 +29,7 @@ jobs:
any::rmarkdown
any::leaflet
any::tidyverse
any::babelquarto
github::ropensci-review-tools/babelquarto"
- name: Render website with Babelquarto
run: Rscript -e 'babelquarto::render_website()'
- name: Publish
Expand Down

0 comments on commit 3084747

Please sign in to comment.