Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v6
with:
# 20000 commits required for Hugo to populate last-modified dates on pages
fetch-depth: 20000
# Keep PR builds fast; Hugo only needs deep history for push builds that publish the site.
fetch-depth: ${{ github.event_name == 'pull_request' && 1 || 20000 }}
submodules: false

- name: Set up Node.js
Expand Down