From a917b5ea51ed24a2811b4ab24bbf2c8c8799b623 Mon Sep 17 00:00:00 2001 From: player-03 Date: Tue, 4 Jul 2023 20:14:39 -0400 Subject: [PATCH] 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. --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e7703f2e0a..e73e3c457f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -419,8 +419,6 @@ jobs: steps: - uses: actions/checkout@v3 - with: - submodules: true - uses: krdlab/setup-haxe@v1 with: