From f85b41de1d901c110feddf06e48ff7e7d75475cb Mon Sep 17 00:00:00 2001 From: Candace Savonen <cansav09@gmail.com> Date: Wed, 5 Jun 2024 14:46:13 -0400 Subject: [PATCH] Testing render-all.yml for get_chapters error --- .github/workflows/render-all.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/render-all.yml b/.github/workflows/render-all.yml index 12643d8..9d85b5f 100644 --- a/.github/workflows/render-all.yml +++ b/.github/workflows/render-all.yml @@ -154,10 +154,16 @@ jobs: # Make new screenshots curl -o make_screenshots.R https://raw.githubusercontent.com/jhudsl/ottr-reports/main/scripts/make_screenshots.R - chapt_urls=$(Rscript --vanilla make_screenshots.R \ + echo $GITHUB_REPOSITORY + echo chapt_urls=$(Rscript --vanilla make_screenshots.R \ --git_pat ${{ secrets.GH_PAT }} \ --repo $GITHUB_REPOSITORY \ --output_dir resources/chapt_screen_images) + + chapt_urls=$(Rscript --vanilla make_screenshots.R \ + --git_pat ${{ secrets.GH_PAT }} \ + --repo ${GITHUB_REPOSITORY} \ + --output_dir resources/chapt_screen_images) # We want a fresh run of the renders each time - name: Delete manuscript/