Skip to content

Commit 066c249

Browse files
committed
Corrected the path
1 parent 4229f9d commit 066c249

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/consolidate-snippets.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: Consolidate JSON Files
22

33
on:
4-
# Trigger the workflow on any push to the `data` folder
54
push:
65
paths:
7-
- "data/**"
6+
- "public/data/**"
7+
8+
permissions:
9+
contents: write
810

911
jobs:
1012
consolidate:

0 commit comments

Comments
 (0)