Skip to content

Commit

Permalink
Add html build to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
theferrit32 committed Nov 4, 2024
1 parent 3e1782a commit 361dad5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ jobs:
for schema_f in schema/vrs/json/*; do
python -c "import json, jsonschema; jsonschema.Draft202012Validator.check_schema(json.load(open('$schema_f')))"
done
- name: Build HTML
run: |
SPHINXOPTS='-W --keep-going' make html

0 comments on commit 361dad5

Please sign in to comment.