We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
all_snippets.json
1 parent 2f2bc60 commit b00ddc2Copy full SHA for b00ddc2
.github/workflows/consolidate-snippets.yml
@@ -25,19 +25,14 @@ jobs:
25
run: |
26
npm install
27
28
- - name: Consolidate Snippets into JSON files
+ - name: Consolidate Snippets
29
30
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
35
36
- name: Commit and push changes
37
38
git config --global user.name "GitHub Action"
39
git config --global user.email "action@github.com"
40
git add public/data/*
41
- git add public/consolidated/all_snippets.json
42
git commit -m "Update consolidated snippets"
43
git push
0 commit comments