We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc42ad1 commit b5c3091Copy full SHA for b5c3091
.github/workflows/docs.yml
@@ -100,11 +100,22 @@ jobs:
100
micromamba activate fvdb
101
./build.sh install verbose --cuda-arch-list '8.9+PTX'
102
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
+
112
- name: Build docs
113
run: |
114
115
which sphinx-build
116
sphinx-build docs/ -E -a _docs_build
117
+ sphinx-build fvdb-reality-capture/docs -E -a _docs_build/reality-capture
118
119
120
- name: Upload static files as artifact
121
id: deployment
0 commit comments