-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add Hugo caching #958
Conversation
Signed-off-by: Simon Schrottner <[email protected]>
✅ Deploy Preview for keptn-lifecycle-toolkit ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #958 +/- ##
==========================================
- Coverage 57.45% 57.43% -0.03%
==========================================
Files 119 119
Lines 9913 9913
==========================================
- Hits 5696 5694 -2
- Misses 4018 4019 +1
- Partials 199 200 +1
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: Simon Schrottner <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Adding Caching of hugomodules to the makefile and build target.
This way, we don't need to fetch them all the time. This should
speed up the build time, especially on slow internet connections.