Skip to content

Commit 61397a0

Browse files
andrzejnovakclaude
andcommitted
fix: Initialize submodules in GitHub Actions workflow
Added submodules: recursive to checkout action to ensure cms-docs-common submodule is pulled during CI/CD build. Without this, the config_file reference fails during build. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent da51521 commit 61397a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
steps:
2222
- name: Checkout repository
2323
uses: actions/checkout@v4
24+
with:
25+
submodules: recursive
2426

2527
- name: Setup Python
2628
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)