Skip to content

Commit b5c3091

Browse files
authored
Update docs.yml
Signed-off-by: Francis Williams <fwilliams@users.noreply.github.com>
1 parent dc42ad1 commit b5c3091

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/docs.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,22 @@ jobs:
100100
micromamba activate fvdb
101101
./build.sh install verbose --cuda-arch-list '8.9+PTX'
102102
103+
- name: Clone and build fvdb-reality-capture
104+
run: |
105+
echo "Cloning fvdb-reality-capture"
106+
pwd
107+
git clone https://github.com/openvdb/fvdb-reality-capture.git
108+
pushd fvdb-reality-capture
109+
pip install -e .
110+
popd
111+
103112
- name: Build docs
104113
run: |
105114
micromamba activate fvdb
106115
which sphinx-build
107116
sphinx-build docs/ -E -a _docs_build
117+
sphinx-build fvdb-reality-capture/docs -E -a _docs_build/reality-capture
118+
108119
109120
- name: Upload static files as artifact
110121
id: deployment

0 commit comments

Comments
 (0)