From 81dbd9ce1aead2d69923b41f76eb264d105cdda6 Mon Sep 17 00:00:00 2001 From: Jakub Wieczorek Date: Sat, 21 Sep 2024 13:38:52 +0200 Subject: [PATCH] Check out the submodules. --- .github/workflows/documentation.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 4b8c4a7..70834db 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -21,6 +21,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + submodules: true - name: Setup Rust uses: dtolnay/rust-toolchain@stable @@ -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 }}