Last-modified date be reflective of the latest commit date when publishing with github action #14179
-
DescriptionDear all, I am using Quarto blog to publish this project: I have set up a workflow to rebuild the site upon a new commit/push to the repo. My issue is that I would like to keep for each page the last modified date of the source, but instead I seem to be picking the last rendering date. I have tried adopting this, but with no success: #5967 Any help would be very much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Not sure what you meant here. This is a known issue which you already know because you've foudn the issue tracking it. |
Beta Was this translation helpful? Give feedback.
Yes, but you have to write the script for that. As you use GitHub, you can use Git, the API, etc. to list the modified files, then loop quarto render on them