From efb4c858c46c4904187e2bb6209656157df3a55a Mon Sep 17 00:00:00 2001 From: KG Date: Sat, 25 May 2024 00:27:31 -0500 Subject: [PATCH] Keep TEMPLATE (for now) --- .github/workflows/static.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 3ba0e4de..5163812b 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -53,11 +53,6 @@ jobs: cd ./html find . -type f -exec sed -i -r "s:\.md:\.html:g" {} \; - - name: Hide TEMPLATE - run: | - cd ./html - rm -f TEMPLATE.html - - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: