Skip to content

Commit

Permalink
Check out the submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubadamw committed Sep 21, 2024
1 parent d0641b7 commit 81dbd9c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true

- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
Expand All @@ -47,8 +49,8 @@ jobs:
with:
path: target/doc

deploy:
name: Deploy
publish:
name: Publish documentation
environment:
name: Documentation
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 81dbd9c

Please sign in to comment.