Skip to content

Commit 14a10b8

Browse files
[gh-pages] Do full clone rather than shallow clone
This change causes the GH Pages build to do a full clone rather than a shallow clone. This is necessary in order to get the correct timestamps for all sources (see w3c#7898). Otherwise, without this change, git doesn’t report accurate timestamps for any sources; instead it reports the same timestamp for all of them — which is apparently whatever the current time is when git creates the (shallow) clone.
1 parent 670366f commit 14a10b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-specs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525

2626
steps:
2727
- uses: actions/checkout@v3
28+
with:
29+
fetch-depth: 0
2830

2931
- uses: actions/setup-python@v4
3032
with:

0 commit comments

Comments
 (0)