Skip to content

Commit

Permalink
Uninstall email-validator to generate docs page for EmailStr
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Aug 30, 2024
1 parent dba131a commit 6fdb13e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
set -ux
python -m pip install uv
uv pip install --system -e .[dev]
uv pip uninstall --system email-validator # This is to fix broken link in docs
- run: ./scripts/build-docs.sh
- run: echo "VERSION=$(python3 -c 'from importlib.metadata import version; print(".".join(version("faststream").split(".")[:2]))')" >> $GITHUB_ENV
- run: echo "IS_RC=$(python3 -c 'from importlib.metadata import version; print("rc" in version("faststream"))')" >> $GITHUB_ENV
Expand Down
11 changes: 11 additions & 0 deletions docs/docs/en/api/faststream/asyncapi/schema/info/EmailStr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
# 0.5 - API
# 2 - Release
# 3 - Contributing
# 5 - Template Page
# 10 - Default
search:
boost: 0.5
---

::: faststream.asyncapi.schema.info.EmailStr

0 comments on commit 6fdb13e

Please sign in to comment.