File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,11 @@ jobs:
3434 - name : Generate JSON Spec Documentation
3535 run : |
3636 git clone --depth=1 https://github.com/polyfem/polyfem.git
37+ git clone --depth=1 https://github.com/polyfem/polysolve.git
3738 git clone --depth=1 https://github.com/geometryprocessing/json-spec-engine.git
3839 pip install -r ./json-spec-engine/requirements.txt
39- python ./json-spec-engine/docs/spec2html.py -i ./polyfem/json-specs/input-spec.json -o ./docs/_json_spec.md
40- python ./json-spec-engine/scripts/generate_defaults.py -i ./polyfem/json-specs/input-spec.json -o ./docs/_json_defaults.json
40+ python ./json-spec-engine/docs/spec2html.py -i ./polyfem/json-specs/input-spec.json --include-dirs ./polyfem/json-specs ./polysolve - o ./docs/_json_spec.md
41+ python ./json-spec-engine/scripts/generate_defaults.py -i ./polyfem/json-specs/input-spec.json --include-dirs ./polyfem/json-specs ./polysolve - o ./docs/_json_defaults.json
4142 cp ./polyfem/LICENSE ./docs/_polyfem_license.txt
4243
4344 - name : Deploy MkDocs
You can’t perform that action at this time.
0 commit comments