-
-
Notifications
You must be signed in to change notification settings - Fork 39
Date shows locally but not on github pages #78
Comments
Hi @chrisevans9629, You can consider Netlify which gives you a lot of more options, or build your website locally and push only the |
I'm also having this issue on Github Pages, and my site is built with Github Actions so there should be no limit to which plugins can be used.
|
I ran into a similar issue on CloudFlare Pages recently. If the GitHub Pages platform is anything like Cloudflare Pages, this could be a shortcoming inherent to many static site generation platforms. |
It works when you build with github actions |
Just commented over here, but tl;dr: if you build the page yourself with Actions, you can try |
I put my comment in the other ticket, so repeating here in case it helps someone: if anyone is interested, this made it finally work: |
adding fetch-depth: 0 to checkout action, based on this comment: gjtorikian/jekyll-last-modified-at#78 (comment)
When I am running locally, I correctly see the date at the bottom of the page, but when I publish it on github pages, it's completely blank:
my default.html layout:
my config:
my gem:
The text was updated successfully, but these errors were encountered: