Update mkdocs version (#10522)
This commit is contained in:
parent
b9d8bb406c
commit
9db8fe51c8
5 changed files with 7 additions and 6 deletions
2
.github/actions/mkdocs/action.sh
vendored
2
.github/actions/mkdocs/action.sh
vendored
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
REQUIREMENTS="${GITHUB_WORKSPACE}/requirements.txt"
|
||||
REQUIREMENTS="${GITHUB_WORKSPACE}/docs/requirements.txt"
|
||||
|
||||
if [ -f "${REQUIREMENTS}" ]; then
|
||||
pip install -r "${REQUIREMENTS}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue