Relative Content

Tag Archive for githubcompiler-errorspull-requestmkdocsmkdocs-material

MkDocs Build Fails in GitHub Actions: Config value ‘docs_dir’ Error

Code: Run mkdocs build -f mkdocs/mkdocs.yml mkdocs build -f mkdocs/mkdocs.yml shell: /usr/bin/bash -e {0} env: pythonLocation: /opt/hostedtoolcache/Python/3.12.3/x64 PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.3/x64/lib/pkgconfig Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.3/x64 Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.3/x64 Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.3/x64 LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.3/x64/lib ERROR – Config value ‘docs_dir’: The path ‘mkdocs/Docs’ isn’t an existing directory. Aborted with a configuration error! Error: Process completed with exit code 1. enter image description here […]