Skip to content

Commit 176841a

Browse files
authored
Update validate.yml
1 parent 71890c8 commit 176841a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
npm install -g ajv-cli
3030
- name: Run schema check
3131
run: |
32-
ajv validate -s schema.json -d src/data/collection.json --all-errors --errors=text --verbose=true -c=ajv-formats 1>> log.txt 2>&1
32+
ajv validate -s schema.json -d /_data/collection.json --all-errors --errors=text --verbose=true -c=ajv-formats 1>> log.txt 2>&1
3333
- name: Show Validation Issues
3434
if: failure()
3535
run: cat log.txt

0 commit comments

Comments
 (0)