Skip to content

Commit

Permalink
Don't check out submodules during docs action.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
player-03 committed Jul 5, 2023
1 parent ef37cd9 commit a917b5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,6 @@ jobs:
steps:

- uses: actions/checkout@v3
with:
submodules: true

- uses: krdlab/setup-haxe@v1
with:
Expand Down

0 comments on commit a917b5e

Please sign in to comment.