Skip to content

Commit b00ddc2

Browse files
Removing all_snippets.json
1 parent 2f2bc60 commit b00ddc2

File tree

3 files changed

+1
-2590
lines changed

3 files changed

+1
-2590
lines changed

.github/workflows/consolidate-snippets.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,14 @@ jobs:
2525
run: |
2626
npm install
2727
28-
- name: Consolidate Snippets into JSON files
28+
- name: Consolidate Snippets
2929
run: |
3030
node utils/consolidateSnippets.js # Run the script located in the utils/ folder
31-
32-
- name: Consolidate JSON files into merged file
33-
run: |
34-
node utils/consolidate.js
3531
3632
- name: Commit and push changes
3733
run: |
3834
git config --global user.name "GitHub Action"
3935
git config --global user.email "[email protected]"
4036
git add public/data/*
41-
git add public/consolidated/all_snippets.json
4237
git commit -m "Update consolidated snippets"
4338
git push

0 commit comments

Comments
 (0)