Skip to content

Commit f739d10

Browse files
terryburtonclaude
andcommitted
CI: Install git before checkout for submodule support
The pandoc/latex container lacks git, causing checkout to fall back to REST API which doesn't support submodules. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f499721 commit f739d10

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ jobs:
4444
container: pandoc/latex:2.9
4545

4646
steps:
47+
- name: Install dependencies
48+
run: apk add --no-cache git make
49+
4750
- name: Checkout
4851
uses: actions/checkout@v4
4952
with:
5053
submodules: true
5154

52-
- name: Install make
53-
run: apk add --no-cache make
54-
5555
- name: Build docs
5656
run: make -C wikidocs -f __pandoc/Makefile all
5757

0 commit comments

Comments
 (0)