docs: add v2 schema json
This commit is contained in:
parent
b2edcbe1a5
commit
c57f072560
5 changed files with 101 additions and 4 deletions
|
@ -6,7 +6,7 @@ test:
|
|||
- cp config.yaml.example config.yaml
|
||||
- apt update && apt install build-essential
|
||||
- pip install -r requirements.txt
|
||||
- pip install -U sphinx sphinx-press-theme
|
||||
- pip install -U sphinx sphinx-press-theme sphinx-jsonschema
|
||||
- sphinx-build -b html docs public
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
|
||||
|
@ -17,7 +17,7 @@ pages:
|
|||
- cp config.yaml.example config.yaml
|
||||
- apt update && apt install build-essential
|
||||
- pip install -r requirements.txt
|
||||
- pip install -U sphinx sphinx-press-theme
|
||||
- pip install -U sphinx sphinx-press-theme sphinx-jsonschema
|
||||
- sphinx-build -b html docs public
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue