Skip to content

Commit c0d0dfb

Browse files
committed
Pull polysolve JSON spec
1 parent bb3b22e commit c0d0dfb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)