Skip to content

Commit 9d16c8b

Browse files
committed
Remote file changed location
1 parent 6fca0c6 commit 9d16c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
- name: Validate docker.config.yml against remote schema
3030
run: |
3131
check-jsonschema \
32-
--schemafile https://raw.githubusercontent.com/geopython/pygeoapi/refs/heads/master/pygeoapi/schemas/config/pygeoapi-config-0.x.yml \
32+
--schemafile https://raw.githubusercontent.com/geopython/pygeoapi/refs/heads/master/pygeoapi/resources/schemas/config/pygeoapi-config-0.x.yml \
3333
docker.config.yml

0 commit comments

Comments
 (0)