Skip to content

Commit 45882a4

Browse files
Install _all_ docs dependencies (#66)
1 parent 2de6dcc commit 45882a4

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
- uses: actions/setup-python@v5
1919
with:
2020
python-version: 3.x
21-
- run: pip install zensical
21+
- run: pip install '.[docs]'
2222
- run: zensical build --clean
2323

2424
- uses: actions/configure-pages@v5
2525
- uses: actions/upload-pages-artifact@v4
2626
with:
27-
path: site
27+
path: site/
2828
- uses: actions/deploy-pages@v4
2929
id: deployment

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ dev = [
9797
"mkdocstrings-python",
9898
]
9999
test = ["pytest", "hypothesis"]
100+
docs = [
101+
"zensical",
102+
"mkdocstrings-python",
103+
]
100104

101105
[tool.setuptools_scm]
102106

0 commit comments

Comments
 (0)