Skip to content

Commit

Permalink
Match Workflow to Template
Browse files Browse the repository at this point in the history
  • Loading branch information
cbohn4 committed Jan 7, 2025
1 parent c8dfff1 commit f1162ce
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/sandpaper-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ on:
jobs:
full-build:
name: "Build Full Site"
runs-on: ubuntu-latest

# 2024-10-01: ubuntu-latest is now 24.04 and R is not installed by default in the runner image
# pin to 22.04 for now
runs-on: ubuntu-22.04
permissions:
checks: write
contents: write
Expand All @@ -32,7 +35,7 @@ jobs:
steps:

- name: "Checkout Lesson"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Set up R"
uses: r-lib/actions/setup-r@v2
Expand All @@ -58,4 +61,4 @@ jobs:
reset <- "${{ github.event.inputs.reset }}" == "true"
sandpaper::package_cache_trigger(TRUE)
sandpaper:::ci_deploy(reset = reset)
shell: Rscript {0}
shell: Rscript {0}

0 comments on commit f1162ce

Please sign in to comment.