Skip to content

Commit

Permalink
Avoid generating docs for the demo crate
Browse files Browse the repository at this point in the history
  • Loading branch information
idanarye committed Aug 13, 2024
1 parent b409ead commit f9d054d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
echo "PACKAGE_NAMES=$(
cargo metadata --no-deps --format-version=1 \
| jq '.packages[].name' -r \
| grep -v tnua-demos-crate \
| sort -u \
| xargs -L1 echo --package \
| paste -sd ' '
Expand Down Expand Up @@ -159,6 +160,7 @@ jobs:
echo "PACKAGE_NAMES=$(
cargo metadata --no-deps --format-version=1 \
| jq '.packages[].name | select(. != "tnua-demos-crate")' -r \
| grep -v tnua-demos-crate \
| sort -u \
| xargs -L1 echo --package \
| paste -sd ' '
Expand Down

0 comments on commit f9d054d

Please sign in to comment.