Skip to content

Commit

Permalink
ci: run cargo doc on examples
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni committed Jan 20, 2022
1 parent c1df1b5 commit db0d14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: doc
args: --no-deps --document-private-items --all-features --workspace
args: --no-deps --document-private-items --all-features --workspace --examples

publish-dry-run:
name: Publish dry run
Expand Down

0 comments on commit db0d14b

Please sign in to comment.