Static marketing site for OntoBricks. GitHub Pages Deploy from a branch
only allows / or /docs as the publishing folder — this site lives in
/docs for that reason. Product Markdown / Sphinx docs live in
/documentation.
Run this only after this docs/ tree is on the branch Pages publishes
(currently often develop or master — check Settings → Pages).
-
Verify the current Pages configuration:
gh api repos/databrickslabs/ontobricks/pages
-
Switch Pages to publish
/docs(UI or API):gh api -X PUT repos/databrickslabs/ontobricks/pages \ -f build_type=legacy \ -f 'source[branch]=develop' \ -f 'source[path]=/docs'
Or open Settings → Pages and set:
- Source: Deploy from a branch
- Branch: your publish branch (
developormaster) - Folder:
/docs
-
Confirm https://databrickslabs.github.io/ontobricks/ serves this home page (deployment may take a minute).
cd docs && python -m http.server 8765
# open http://127.0.0.1:8765/