I am helping @kweav with this GHA error. I've identified the source of the error to be running these lines of GHA code, which leads us to this line from the make_screenshots.R script (from ottr-reports), which runs ottrpal::get_chapters().
This line throws the error that we see in the GHA: https://github.com/jhudsl/ottrpal/blob/5d44949ef35f9dc258a3c27ff8775d41bc966deb/R/bookdown_to_leanpub.R#L437
Instead of supplying docs/index.html, I think we should just provide it the url to the index.html, which in our case is https://hutchdatascience.org/bench_to_bytes/index.html.
What do you think @cansavvy ?
I am helping @kweav with this GHA error. I've identified the source of the error to be running these lines of GHA code, which leads us to this line from the make_screenshots.R script (from ottr-reports), which runs
ottrpal::get_chapters().This line throws the error that we see in the GHA: https://github.com/jhudsl/ottrpal/blob/5d44949ef35f9dc258a3c27ff8775d41bc966deb/R/bookdown_to_leanpub.R#L437
Instead of supplying
docs/index.html, I think we should just provide it the url to the index.html, which in our case ishttps://hutchdatascience.org/bench_to_bytes/index.html.What do you think @cansavvy ?