Don't check out submodules during docs action.

The docs action only needs to look at Haxe code, so downloading the submodules just wastes 30-50 seconds. That's a lot of time for an action that clocks in at about 2 minutes.
This commit is contained in:
player-03
2023-07-04 20:14:39 -04:00
committed by GitHub
parent ef37cd9afb
commit a917b5ea51

View File

@@ -419,8 +419,6 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: krdlab/setup-haxe@v1
with: