Skip to content

Commit 4e7bcfa

Browse files
Add fetch-depth: 0 in an attempt to fix wrong order and dates.
1 parent b514a4a commit 4e7bcfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pages.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15+
with:
16+
fetch-depth: 0
1517
- uses: actions/setup-node@v3
1618
with:
1719
node-version: 18

0 commit comments

Comments
 (0)