Skip to content

Commit 4608f8b

Browse files
move markdown workflow Templates to .github dir
1 parent 5bce0fe commit 4608f8b

File tree

8 files changed

+6
-6
lines changed

8 files changed

+6
-6
lines changed
File renamed without changes.

.github/scripts/gen_blocklisten.md.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ set -e # Beende das Skript bei einem Fehler
55
SUCHVERZEICHNIS=Blocklisten
66
PATCHTHEFILE=Blocklisten.md
77

8-
TEMPLATE_S1=./Template/$PATCHTHEFILE/01
9-
TEMPLATE_S2=./Template/$PATCHTHEFILE/02
8+
TEMPLATE_S1=./.github/markdown_templates/$PATCHTHEFILE/01
9+
TEMPLATE_S2=./.github/markdown_templates/$PATCHTHEFILE/02
1010

1111
LINKS=/tmp/$SUCHVERZEICHNIS.txt
1212

.github/scripts/gen_dnsmasq_readme.md.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ set -e # Beende das Skript bei einem Fehler
55
SUCHVERZEICHNIS=DNSMASQ
66
PATCHTHEFILE=readme.md
77

8-
TEMPLATE_S1=./Template/$SUCHVERZEICHNIS/$PATCHTHEFILE/01
9-
TEMPLATE_S2=./Template/$SUCHVERZEICHNIS/$PATCHTHEFILE/02
8+
TEMPLATE_S1=./.github/markdown_templates/$SUCHVERZEICHNIS/$PATCHTHEFILE/01
9+
TEMPLATE_S2=./.github/markdown_templates/$SUCHVERZEICHNIS/$PATCHTHEFILE/02
1010

1111
LINKS=/tmp/$SUCHVERZEICHNIS.txt
1212

.github/workflows/gen_md_files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
- '.github/workflows/gen_md_files.yml'
88

99
- '.github/scripts/gen_blocklisten.md.sh'
10-
- 'Template/Blocklisten.md/*'
10+
- '.github/markdown_templates/Blocklisten.md/*'
1111

1212
- '.github/scripts/gen_dnsmasq_readme.md.sh'
13-
- 'Template/DNSMASQ/readme.md/*'
13+
- '.github/markdown_templates/DNSMASQ/readme.md/*'
1414

1515
schedule:
1616
- cron: '20 12 * * *'

0 commit comments

Comments
 (0)