Feature Request
mkdocs is a python static site generator that requires us to run a custom app build command to generate the static assets. Currently the Oryx build fails with Error: Could not detect the language from repo.
My requirements.txt includes mkdocs==1.2.2
Config:
app_location: "/docs" # App source code path
api_location: "api" # Api source code path - optional
output_location: "site" # Built app content directory - optional
app_build_command: "mkdocs build"
Expected behavior is that Oryx runs the custom build command and generates the static files.
Feature Request
mkdocs is a python static site generator that requires us to run a custom app build command to generate the static assets. Currently the Oryx build fails with Error: Could not detect the language from repo.
My requirements.txt includes mkdocs==1.2.2
Config:
app_location: "/docs" # App source code path
api_location: "api" # Api source code path - optional
output_location: "site" # Built app content directory - optional
app_build_command: "mkdocs build"
Expected behavior is that Oryx runs the custom build command and generates the static files.