Skip to content

Commit 2150bd3

Browse files
committed
Fix article dates
1 parent 2db44d7 commit 2150bd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
- uses: actions/checkout@v4
1010
with:
1111
submodules: true
12+
# we need full git history for article dates
13+
fetch-depth: 0
1214

1315
- name: Setup Haxe
1416
uses: krdlab/setup-haxe@v1

0 commit comments

Comments
 (0)