Skip to content

Commit 3fd4a83

Browse files
committed
update mkdocs workflow
Signed-off-by: reiase <[email protected]>
1 parent 0955e48 commit 3fd4a83

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
CONFIG_FILE: mkdocs.yml
2424
EXTRA_PACKAGES: build-base
2525
# GITHUB_DOMAIN: github.myenterprise.com
26-
REQUIREMENTS: requirements.txt
26+
REQUIREMENTS: docs/requirements.txt

docs/requirements.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
mkdocs
2+
mkdocs-i18n
3+
mkdocs-material
4+
mkdocs-material-extensions
5+
mkdocs-autorefs
6+
mkdocstrings
7+
mkdocstrings-python

0 commit comments

Comments
 (0)