Skip to content

Commit

Permalink
Github Action: cloud feature is required in book
Browse files Browse the repository at this point in the history
  • Loading branch information
nemosupremo committed Jan 12, 2024
1 parent 128a23d commit a598b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a598b32

Please sign in to comment.