Skip to content

Commit

Permalink
Merge pull request #15 from HDRUK/add/gwdm/1.1
Browse files Browse the repository at this point in the history
Add/gwdm/1.1
  • Loading branch information
calmacx authored Oct 27, 2023
2 parents e0e79e2 + afbffa7 commit 9dd17ff
Show file tree
Hide file tree
Showing 63 changed files with 19,720 additions and 388 deletions.
16 changes: 15 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,18 @@ jobs:
- name: Run pytest
run: |
cd hdr_schemata/tests/
pytest
pytest
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v2
with:
python-version: 3.8
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- run: pip3 install -r requirements.txt
- name: deploy
run: |
mkdocs gh-deploy --force
4 changes: 3 additions & 1 deletion available.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"2.1.2"
],
"GWDM": [
"1.0"
"1.0",
"1.1",
"latest"
],
"SchemaOrg": [
"default",
Expand Down
Loading

0 comments on commit 9dd17ff

Please sign in to comment.