We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0aeb68 commit 856dbf6Copy full SHA for 856dbf6
1 file changed
‎.github/workflows/python-publish.yml‎
@@ -87,8 +87,13 @@ jobs:
87
- name: Install dependencies
88
run: |
89
python -m pip install --upgrade pip
90
+ pip install tox
91
pip install -r requirements.txt
92
# Note: The sphinx action below can only install a single requirements file.
93
+ - name: Build JSON Schemas
94
+ run: tox -e generate_json_schemas
95
+ env:
96
+ TARGET_VERSION: ${{ env.REF_NAME }}
97
- name: Run kroki with docker
98
99
docker compose up -d
0 commit comments