File tree Expand file tree Collapse file tree 8 files changed +6
-6
lines changed Expand file tree Collapse file tree 8 files changed +6
-6
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ set -e # Beende das Skript bei einem Fehler
5
5
SUCHVERZEICHNIS=Blocklisten
6
6
PATCHTHEFILE=Blocklisten.md
7
7
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
10
10
11
11
LINKS=/tmp/$SUCHVERZEICHNIS .txt
12
12
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ set -e # Beende das Skript bei einem Fehler
5
5
SUCHVERZEICHNIS=DNSMASQ
6
6
PATCHTHEFILE=readme.md
7
7
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
10
10
11
11
LINKS=/tmp/$SUCHVERZEICHNIS .txt
12
12
Original file line number Diff line number Diff line change 7
7
- ' .github/workflows/gen_md_files.yml'
8
8
9
9
- ' .github/scripts/gen_blocklisten.md.sh'
10
- - ' Template /Blocklisten.md/*'
10
+ - ' .github/markdown_templates /Blocklisten.md/*'
11
11
12
12
- ' .github/scripts/gen_dnsmasq_readme.md.sh'
13
- - ' Template /DNSMASQ/readme.md/*'
13
+ - ' .github/markdown_templates /DNSMASQ/readme.md/*'
14
14
15
15
schedule :
16
16
- cron : ' 20 12 * * *'
You can’t perform that action at this time.
0 commit comments