How to cache build folder generated by Docusaurus in GitHub Actions?
I have a Docusaurus project which, when I run locally with npm run build
for the first time, takes 727 seconds to build. Once the build folder is already generated, running npm run build
takes only 234 seconds. I am trying to implement a similar caching mechanism for my pipeline: