diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 0675ac3da8..bbe5187c30 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -30,7 +30,7 @@ jobs: - name: Install mdbook run: cargo install mdbook --no-default-features - name: Build the project - run: cargo build --verbose --features ssl --examples + run: cargo build --verbose --features ssl --features cloud --examples - name: Build the book run: mdbook build docs - name: Build the book using the script