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 <[email protected]>
  • Loading branch information
AtomicFS committed Dec 5, 2024
1 parent 7a94195 commit b4deb3a
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 b4deb3a

Please sign in to comment.