fix wrong env variable
Some checks failed
CI - Docs build check / build-check (push) Failing after 4m36s
Some checks failed
CI - Docs build check / build-check (push) Failing after 4m36s
This commit is contained in:
4
.github/workflows/ci-docs.yml
vendored
4
.github/workflows/ci-docs.yml
vendored
@@ -40,4 +40,6 @@ jobs:
|
||||
STRICT_FLAG="--strict"
|
||||
fi
|
||||
|
||||
OFFLINE=true mkdocs build ${STRICT_FLAG} -f mkdocs/mkdocs.yml -d $RUNNER.TEMP/
|
||||
OFFLINE=true mkdocs build ${STRICT_FLAG} -f mkdocs/mkdocs.yml -d $RUNNER_TEMP/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user