Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed May 13, 2024
1 parent b9e1001 commit 1b305e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
- uses: "actions/setup-python@v5"
with:
python-version: "3.x"
- run: "python -m pip install --upgrade mkdocs-material mkdocstrings[python]"
- run: "python -m pip install --editable '.[docs]'"
- run: "mkdocs gh-deploy --force"
on:
push:
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ readme = "README.md"
requires-python = ">=3.10"

[project.optional-dependencies]
docs = [
"mkdocs-material",
"mkdocstrings[python]",
]
test = [
"hypothesis",
"pytest",
Expand Down

0 comments on commit 1b305e8

Please sign in to comment.