Skip to content

Commit

Permalink
Testing render-all.yml for get_chapters error
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored Jun 5, 2024
1 parent f68740e commit f85b41d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/render-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit f85b41d

Please sign in to comment.