Replies: 1 comment 3 replies
-
MkDocs doesn't cache its output. The site directory is cleaned when a build is started. The only caches that make sense, and which we also advertise on the documentation are related to the privacy (to safe time going onto the network) and social (to save time generating images) plugins, which write their output to |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using a GitHub Action to publish changes to a gh-pages branch and was now curious if it would be worth it to implement and use
actions/cache
for possible faster runs.If it would be better, what is the recommended setup to achieve optimal caching while still using the latest versions (I use Dependabot to keep MkDocs and Material for MkDocs updated)?
Beta Was this translation helpful? Give feedback.
All reactions