You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, since this plugin manages almost all of these individual steps easily. Is it possible to make use of github actions cache as well? Somewhat like do npm install only if there was a cache miss - similar to this: https://github.com/actions/cache/blob/main/examples.md#node---npm ?
If this plugin already has this support, do I need to add the cache npm step myself before calling this action in my workflow? Or does the plugin handle this out of the box?
Thanks! :)
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for creating this plugin, but i'm noticing high build times due to installing npm dependencies again and again. One alternative is to let go of this plugin and add separate cache/install/push steps - similar to those documented here: https://www.gatsbyjs.com/docs/how-to/previews-deploys-hosting/how-gatsby-works-with-github-pages/ .
However, since this plugin manages almost all of these individual steps easily. Is it possible to make use of github actions cache as well? Somewhat like do
npm install
only if there was a cache miss - similar to this: https://github.com/actions/cache/blob/main/examples.md#node---npm ?If this plugin already has this support, do I need to add the cache npm step myself before calling this action in my workflow? Or does the plugin handle this out of the box?
Thanks! :)
The text was updated successfully, but these errors were encountered: