Skip to content

Commit

Permalink
Merge pull request #159 from artichoke/terraform/update-file-.github-…
Browse files Browse the repository at this point in the history
…workflows-rustdoc.yaml

chore: Update `.github/workflows/rustdoc.yaml` in `artichoke/boba`
  • Loading branch information
lopopolo authored Aug 8, 2022
2 parents 6468aa0 + 00a1c3d commit 102b1ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rustdoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
cargo version --verbose
echo "::endgroup::"
- name: Check docs with no default features
run: cargo doc --workspace --no-default-features

- name: Clean docs
run: cargo clean

- name: Build Documentation
run: cargo doc --workspace

Expand Down

0 comments on commit 102b1ac

Please sign in to comment.