From b257d0dacdd44860fc0441a34993221d6f23a9b3 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Thu, 4 May 2023 14:53:56 +0200 Subject: [PATCH] chore: add the `--workspace` flag back in the documentation CI task Signed-off-by: Benjamin Bouvier --- .github/workflows/documentation.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 722785e99..956fe28a6 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -19,6 +19,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 + - name: Install Protoc + uses: arduino/setup-protoc@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + - name: Install Rust uses: dtolnay/rust-toolchain@master with: @@ -41,7 +46,7 @@ jobs: CARGO_TARGET_APPLIES_TO_HOST: "true" RUSTDOCFLAGS: "--enable-index-page -Zunstable-options --cfg docsrs -Dwarnings" run: - cargo doc --no-deps --features docsrs + cargo doc --no-deps --workspace --features docsrs - name: Build `matrix-sdk-crypto-nodejs` doc run: |