Skip to content

Commit

Permalink
. e mdsnippets
Browse files Browse the repository at this point in the history
  • Loading branch information
yelmuratoff committed Jun 30, 2024
1 parent da83ab4 commit a3266b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/mdsnippets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ jobs:

- name: ✏️ Create mdsnippets.json
run: |
echo '{ "Convention": "InPlaceOverwrite" }' > ${GITHUB_WORKSPACE}/mdsnippets.json
echo '{
"$schema": "https://raw.githubusercontent.com/SimonCropp/MarkdownSnippets/master/schema.json",
"Convention": "InPlaceOverwrite",
"TocLevel": 5
}' > ${GITHUB_WORKSPACE}/mdsnippets.json
shell: bash

- name: ♻️ Run MarkdownSnippets
Expand Down

0 comments on commit a3266b4

Please sign in to comment.