Skip to content

Commit dc90a14

Browse files
committed
Fix docs CI to checkout submodules
The spec content lives in a submodule at docs/spec. Without submodules: true the checkout is empty and Pages deploy fails.
1 parent fc6a1fb commit dc90a14

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v4
24+
with:
25+
submodules: true
2426

2527
- name: Setup Node
2628
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)