Skip to content

Commit

Permalink
Update build to work better with last-modified-at plugin
Browse files Browse the repository at this point in the history
Based on things seen elsewhere (), it seems like we need to override the fetch-depth on the git checkout in order to get the last-modified-at date working.

We'll give it a try.
  • Loading branch information
bernhold committed Jul 15, 2024
1 parent a97bb1f commit eeb6e92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
# Needed to get the actual last-modified dates from git
fetch-depth: 0
- name: Setup Ruby
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
with:
Expand Down

0 comments on commit eeb6e92

Please sign in to comment.