Skip to content

Commit

Permalink
Merge pull request #1557 from LizenzFass78851/workflows
Browse files Browse the repository at this point in the history
Move the markdown templates associated with the github workflow to `.github` dir
  • Loading branch information
RPiList authored Apr 30, 2024
2 parents 5432cf5 + 4608f8b commit 94893e4
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/scripts/gen_blocklisten.md.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -e # Beende das Skript bei einem Fehler
SUCHVERZEICHNIS=Blocklisten
PATCHTHEFILE=Blocklisten.md

TEMPLATE_S1=./Template/$PATCHTHEFILE/01
TEMPLATE_S2=./Template/$PATCHTHEFILE/02
TEMPLATE_S1=./.github/markdown_templates/$PATCHTHEFILE/01
TEMPLATE_S2=./.github/markdown_templates/$PATCHTHEFILE/02

LINKS=/tmp/$SUCHVERZEICHNIS.txt

Expand Down
4 changes: 2 additions & 2 deletions .github/scripts/gen_dnsmasq_readme.md.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -e # Beende das Skript bei einem Fehler
SUCHVERZEICHNIS=DNSMASQ
PATCHTHEFILE=readme.md

TEMPLATE_S1=./Template/$SUCHVERZEICHNIS/$PATCHTHEFILE/01
TEMPLATE_S2=./Template/$SUCHVERZEICHNIS/$PATCHTHEFILE/02
TEMPLATE_S1=./.github/markdown_templates/$SUCHVERZEICHNIS/$PATCHTHEFILE/01
TEMPLATE_S2=./.github/markdown_templates/$SUCHVERZEICHNIS/$PATCHTHEFILE/02

LINKS=/tmp/$SUCHVERZEICHNIS.txt

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gen_md_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
- '.github/workflows/gen_md_files.yml'

- '.github/scripts/gen_blocklisten.md.sh'
- 'Template/Blocklisten.md/*'
- '.github/markdown_templates/Blocklisten.md/*'

- '.github/scripts/gen_dnsmasq_readme.md.sh'
- 'Template/DNSMASQ/readme.md/*'
- '.github/markdown_templates/DNSMASQ/readme.md/*'

schedule:
- cron: '20 12 * * *'
Expand Down

0 comments on commit 94893e4

Please sign in to comment.