From edba2da623e66cf7e60a546f9b85619db22fafa8 Mon Sep 17 00:00:00 2001 From: zkamvar Date: Tue, 26 Dec 2023 00:15:13 +0000 Subject: [PATCH] [actions] update sandpaper workflow to version 0.16.2 --- .github/workflows/README.md | 2 +- .github/workflows/sandpaper-main.yaml | 1 - .github/workflows/sandpaper-version.txt | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index 101967e4b..d6edf88dd 100755 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -96,7 +96,7 @@ are okay. This update is run ~~weekly or~~ on demand. -### 03 Maintain: Update Pacakge Cache (update-cache.yaml) +### 03 Maintain: Update Package Cache (update-cache.yaml) For lessons that have generated content, we use {renv} to ensure that the output is stable. This is controlled by a single lockfile which documents the packages diff --git a/.github/workflows/sandpaper-main.yaml b/.github/workflows/sandpaper-main.yaml index ca738e3b2..e17707acd 100755 --- a/.github/workflows/sandpaper-main.yaml +++ b/.github/workflows/sandpaper-main.yaml @@ -57,6 +57,5 @@ jobs: run: | reset <- "${{ github.event.inputs.reset }}" == "true" sandpaper::package_cache_trigger(TRUE) - options(sandpaper.handout = TRUE) sandpaper:::ci_deploy(reset = reset) shell: Rscript {0} diff --git a/.github/workflows/sandpaper-version.txt b/.github/workflows/sandpaper-version.txt index 4aa090693..201a22c8f 100644 --- a/.github/workflows/sandpaper-version.txt +++ b/.github/workflows/sandpaper-version.txt @@ -1 +1 @@ -0.11.15 +0.16.2