diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index b0da847cd..c56b019b2 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -39,7 +39,7 @@ jobs: RUSTDOCFLAGS: "--enable-index-page -Zunstable-options --cfg docsrs -Dwarnings" with: command: doc - args: --no-deps --workspace --features docsrs + args: --no-deps --features docsrs - name: Build `matrix-sdk-crypto-nodejs` doc run: |