hadley / ggplot2-book

ggplot2: elegant graphics for data analysis
https://ggplot2-book.org/
1.55k stars 678 forks source link

Restore caching to gh actions workflow #366

Open djnavarro opened 1 year ago

djnavarro commented 1 year ago

The quarto book builds on gh actions and deploys, but it's slow and can timeout. Probably worth exploring the possibility of restoring the caching approach we used in the bookdown version:

https://github.com/hadley/ggplot2-book/blob/3e6b51e11c805ee95326cffcb4bad4169d88f8af/.github/workflows/bookdown.yaml#L32