Skip to content

Commit 752ec14

Browse files
EbonJaegerHarveyDevel
authored andcommitted
workflows/deploy: Fetch all commits on checkout
This should fix the issue where all pages have the same last-modified date. Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
1 parent 56c8661 commit 752ec14

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
name: Deploy to GitHub Pages
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
14+
with:
15+
fetch-depth: 0
1416
- uses: actions/setup-node@v4
1517
with:
1618
node-version: 22

0 commit comments

Comments
 (0)