Skip to content

Commit 724e199

Browse files
docs: Add blueprint for docs view on render
Signed-off-by: Bernhard Kaindl <[email protected]>
1 parent 792b5eb commit 724e199

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

render.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
services:
2+
- type: web
3+
name: python-libs
4+
runtime: static
5+
repo: https://github.com/bernhard-xapi/python-libs
6+
branch: master
7+
buildCommand: |
8+
pip install -r docs/requirements.txt
9+
make -C docs html
10+
staticPublishPath: docs/build/html
11+
buildFilter:
12+
paths:
13+
- docs
14+
- xcp
15+
- CONTRIBUTING.md
16+
- DOCUMENTING.md
17+
- README-Unicode.md
18+
- README.md
19+
previews:
20+
generation: automatic
21+
version: "1"

0 commit comments

Comments
 (0)