Skip to content

Commit

Permalink
Skip masonry docs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Apr 25, 2024
1 parent ff1b30a commit 2c90b5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,5 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: cargo doc
run: cargo doc --workspace --all-features --no-deps --document-private-items -Zunstable-options -Zrustdoc-scrape-examples
# We currently skip checking masonry's docs
run: cargo doc --workspace --all-features --no-deps --document-private-items -Zunstable-options -Zrustdoc-scrape-examples --exclude masonry

0 comments on commit 2c90b5d

Please sign in to comment.