Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Dec 5, 2023
1 parent ea47f18 commit 320ee7f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,18 @@ jobs:
# uses: actions/setup-python@v3

# From https://github.com/r-lib/actions/tree/v2-branch/setup-r
- name: Setup R
- name: Set up R
uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- uses: r-lib/actions/setup-renv@v2
- name: Set up R dependencies
uses: r-lib/actions/setup-r-dependencies@v2

# - name: Setup R
# uses: r-lib/actions/setup-r@v2
# with:
# use-public-rspm: true
# - uses: r-lib/actions/setup-renv@v2

# NOTE: If Publishing to GitHub Pages, set the permissions correctly (see top of this yaml)
- name: Publish to GitHub Pages (and render)
Expand Down

0 comments on commit 320ee7f

Please sign in to comment.