We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db44d7 commit 2150bd3Copy full SHA for 2150bd3
.github/workflows/main.yml
@@ -9,6 +9,8 @@ jobs:
9
- uses: actions/checkout@v4
10
with:
11
submodules: true
12
+ # we need full git history for article dates
13
+ fetch-depth: 0
14
15
- name: Setup Haxe
16
uses: krdlab/setup-haxe@v1
0 commit comments