mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-26 13:50:22 +00:00
fixed path to data.json
This commit is contained in:
parent
22772d0b1a
commit
0319978b0c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-site-list.yml
vendored
4
.github/workflows/update-site-list.yml
vendored
|
@ -1,13 +1,13 @@
|
||||||
name: Update Site List
|
name: Update Site List
|
||||||
|
|
||||||
# Trigger the workflow when changes are pushed to the main branch
|
# Trigger the workflow when changes are pushed to the main branch
|
||||||
# and the changes include the resources/data.json file
|
# and the changes include the sherlock/resources/data.json file
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- resources/data.json
|
- sherlock/resources/data.json
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sync-json-data:
|
sync-json-data:
|
||||||
|
|
Loading…
Reference in a new issue