Skip to content

Commit 839dfe2

Browse files
akolleggerclaude
andcommitted
fix: initialize git submodules in docs workflow
The tree-sitter-gram submodule was not being fetched, causing cargo metadata to fail with a missing Cargo.toml error. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent abef5ce commit 839dfe2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
build:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
21+
with:
22+
submodules: true
2123

2224
- name: Setup Rust (stable)
2325
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)