QuiltMC / quiltmc.org

The source for quiltmc.org
https://quiltmc.org
Other
58 stars 46 forks source link

all pages say they were edited on the same date #160

Closed ix0rai closed 11 months ago

ix0rai commented 11 months ago

examples: image image image

this is. well. incorrect nothing else to say

obj-obj commented 11 months ago

Yeah I'm pretty sure it just uses the date of the latest git commit instead of the time that specific page was edited

Akarys42 commented 11 months ago

It is because the workflow is now using upstream checkout action for some reason? It doesn't unpack the git data correctly, which is why the fork was used. No idea why it was changed.

Commit responsible for this: https://github.com/QuiltMC/quiltmc.org/commit/b9428ae1ba539435f1bf9e59c766e5141076e67f

Southpaw1496 commented 11 months ago

I changed it because I couldn't find any source code to see what it did, and I didn't like the idea of using a closed-source action in our pipeline that could change at any time.

(I searched for akarys42/checkout-with-filter on GitHub and found no results).

Akarys42 commented 11 months ago

Closed source? https://github.com/Akarys42/checkout-with-filter

Southpaw1496 commented 11 months ago

I blame GitHub search

Screenshot of GitHub search screen with no results.
Southpaw1496 commented 11 months ago

164 should fix it