Closed mendax1234 closed 1 year ago
Did you see the note on CI build environments in the Readme?
Did you see the note on CI build environments in the Readme?
Ohhh, sorry. I didn't see it. I will try it later. Thank you very much!
Sure, let me know if that fixes it
Sure, let me know if that fixes it
Ohhhh, it is the problem of the CI. l have fixed it. Thank you very much!
Hi, I am trying to use this plugin on my mkdocs material site. When l am doing the local test, l find that everything is Ok. But after l push my changes to the GitHub, and see my website online. I find that the creation date is wrong, it will always be the date l have the last commit on the post.
This is all my mkdocs material plugin config:
Since in the local test environment, everything is good. So, l wonder if that problem lies in the
.git
folder. Since it isn't uploaded to the cloud on Github. But l think Github should have its own .git folder to store the changes of the file. l am so confused about this problem.Thanks so much!