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/