From 486d0e9510b05f3b50cc92f60997ad2292f59e23 Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Sun, 17 Nov 2024 22:15:04 +0000 Subject: [PATCH] Moved README template to different filename to avoid being used as the repo README --- .github/{README.j2 => README-template.j2} | 0 .github/scripts/render-readme.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/{README.j2 => README-template.j2} (100%) diff --git a/.github/README.j2 b/.github/README-template.j2 similarity index 100% rename from .github/README.j2 rename to .github/README-template.j2 diff --git a/.github/scripts/render-readme.py b/.github/scripts/render-readme.py index 8f3673d..94aa30a 100755 --- a/.github/scripts/render-readme.py +++ b/.github/scripts/render-readme.py @@ -3,7 +3,7 @@ import json DATAFILE = "./data.json" TEMPLATEPATH = "./.github/" -TEMPLATEFILE = "README.j2" +TEMPLATEFILE = "README-template.j2" TARGETFILE = "./README.md" technologies = {}