mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 16:44:48 -07: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
02768fb4f2
commit
7532d87892
1 changed files with 2 additions and 0 deletions
2
.github/workflows/documentation-build.yml
vendored
2
.github/workflows/documentation-build.yml
vendored
|
|
@ -19,6 +19,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install Doxygen and Graphviz
|
||||
run: sudo apt-get install -y doxygen graphviz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue