Skip to content

Commit fdbf5ab

Browse files
committed
🐛 docs bugfix
1 parent a93f601 commit fdbf5ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
for f in C*md; do cp $f ./docs/src/; done
4343
cp LICENSE ./docs/src/LICENSE.md
44-
pip install mkdocs-material mkdocs-exclude mkdocs-gen-files mike
44+
pip install -r requirements_docs.txt
4545
pip install -e .
4646
git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
4747

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ profile = "black"
4141
py-modules = ["automation"]
4242

4343
[tool.setuptools.dynamic]
44-
dependencies = {file = ["requirements.txt"]}
44+
dependencies = {file = ["requirements.txt", "requirements_docs.txt"]}
4545

4646
[tool.pytest.ini_options]
4747
minversion = "6.2"

0 commit comments

Comments
 (0)