helaili / jekyll-action

A GitHub Action to publish Jekyll based content as a GitHub Pages site
MIT License
250 stars 120 forks source link

Speed up build time #130

Closed KonradHoeffner closed 2 years ago

KonradHoeffner commented 2 years ago

On our project, jekyll-action takes over 5 minutes to build a small site. Is there a way to speed it up?

helaili commented 2 years ago

Did you try using the cache action as shown on the readme?

KonradHoeffner commented 2 years ago

That works perfectly, thanks!