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:
34
34
- name : Generate JSON Spec Documentation
35
35
run : |
36
36
git clone --depth=1 https://github.com/polyfem/polyfem.git
37
+ git clone --depth=1 https://github.com/polyfem/polysolve.git
37
38
git clone --depth=1 https://github.com/geometryprocessing/json-spec-engine.git
38
39
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
41
42
cp ./polyfem/LICENSE ./docs/_polyfem_license.txt
42
43
43
44
- name : Deploy MkDocs
You can’t perform that action at this time.
0 commit comments