Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/deploy_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,16 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install uv
uv sync --project=src --no-dev

- name: Setup Pages
uses: actions/configure-pages@v5

- name: Build Site
run: |
export PYTHONPATH=src:$PYTHONPATH
mkdocs build --verbose --clean --config-file mkdocs.yml
uv run --project=src mkdocs build --clean --config-file mkdocs.yml

- name: Upload artifact
uses: actions/upload-pages-artifact@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/link_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- .github/workflows/linkchecker.yml
# run on any PR that changes the pip requirements
- requirements.txt
- src/pyproject.toml
# let us trigger it manually
workflow_dispatch:

Expand All @@ -30,7 +31,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip uv
uv sync --dev --project src
uv sync --dev --project=src

- name: Build Site
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
run: |
python -m pip install --upgrade pip uv
uv sync --project=src --dev --frozen
# pip install pytest build
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
# - uses: psf/black@stable
- name: Test with pytest
run: |
Expand Down
2 changes: 1 addition & 1 deletion data/schema/current/Decision_Point.schema.json
2 changes: 1 addition & 1 deletion data/schema/current/Decision_Table.schema.json
1 change: 1 addition & 0 deletions data/schema/v2/Decision_Point-2-0-0.schema.json
1 change: 1 addition & 0 deletions data/schema/v2/Decision_Point_Group-2-0-0.schema.json
1 change: 1 addition & 0 deletions data/schema/v2/Decision_Table-2-0-0.schema.json
9 changes: 9 additions & 0 deletions data/schema/v2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# SSVC JSON Schemas v2 Readme

## Why are there soft links here?

We are now automatically generating the schema files for SSVC based on their
corresponding Pydantic models. This allows us to keep the schema files in sync
with the code more easily. However, it required us to make some changes to the
file names. So we've left behind some soft links from the original file names
to help ease the transition.
1 change: 1 addition & 0 deletions data/schema/v2/Ssvc_Object_Registry-2-0-0.schema.json