mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-03-21 17:55:21 -05:00
CI: Include submodules in repo checkout (Docs deployment) (#6557)
* Enable submodule checkout in documentation build * Change submodule checkout to recursive
This commit is contained in:
parent
ffc55aff10
commit
5b8897231d
2
.github/workflows/documentation-build.yml
vendored
2
.github/workflows/documentation-build.yml
vendored
|
|
@ -22,6 +22,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install Graphviz
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user