Skip to content

Commit 5e61319

Browse files
Move consolidated to /public/consolidated Also updates CODEOWNERS to reflect change in folder structure.
1 parent b00ddc2 commit 5e61319

File tree

15 files changed

+6
-6
lines changed

15 files changed

+6
-6
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/src/ @psychlone77 @saminjay
88

99
# Snippets maintainers
10-
/public/data @Mathys-Gasnier
10+
/snippets @Mathys-Gasnier
1111

1212

1313
# ---------- What is a maintainer ----------

.github/workflows/consolidate-snippets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
run: |
3434
git config --global user.name "GitHub Action"
3535
git config --global user.email "action@github.com"
36-
git add public/data/*
36+
git add public/consolidated/*
3737
git commit -m "Update consolidated snippets"
3838
git push

0 commit comments

Comments
 (0)