Skip to content

Commit

Permalink
Might actually have to do a shallow checkout for the latest commit to…
Browse files Browse the repository at this point in the history
… show up (that's by design in Hugo)
  • Loading branch information
mozoarella committed Nov 24, 2024
1 parent 287b772 commit d5bf206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 1
- name: Cache node modules
id: cache-npm
uses: actions/cache@v4
Expand Down

0 comments on commit d5bf206

Please sign in to comment.