Skip to content

Commit

Permalink
fix(docs): fix missing content from submodules
Browse files Browse the repository at this point in the history
- currently the mdbook pages are missing things from the git submodules
  because they are not checked out

Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
  • Loading branch information
AtomicFS committed Dec 3, 2024
1 parent 7a94195 commit 2d06a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: 'recursive'

- name: Restore cached mdbook
uses: actions/cache/restore@v4
Expand Down

0 comments on commit 2d06a3d

Please sign in to comment.