diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac3ffa2..d601550 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: run: | VERSION=$(grep '^version' rapina/Cargo.toml | head -1 | sed 's/.*"\(.*\)"/\1/') MINOR="${VERSION%.*}" - BAD=$(grep -rn 'rapina = { version = "' docs/ rapina/examples/ \ + BAD=$(grep -rn 'rapina = { version = "' docs/ rapina/examples/ --exclude-dir="blog" \ --include="*.md" --include="*.toml" \ | grep -v "\"$VERSION\"\|\"$MINOR\"\|\"\.\.\.\"" || true) if [ -n "$BAD" ]; then