From 1858ec380583a920b756c0fb0770a8318d33aac4 Mon Sep 17 00:00:00 2001 From: KG Date: Sat, 25 May 2024 18:43:44 -0500 Subject: [PATCH] Remove testing part --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 9d914f1..a2c629c 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -57,7 +57,7 @@ jobs: run: sudo find ./html -name "*.html" -type f -exec sed -i -r "s:\.md:\.html:g" {} \; - name: Remove hex names from Tokens dropdown - run: sudo find ./html -name "*.html" -type f -exec sed -e '1h;2,$H;$!d;g' -e 's:\s::g' -r -e 's:::g' test.txt {} \; + run: sudo find ./html -name "*.html" -type f -exec sed -e '1h;2,$H;$!d;g' -e 's:\s::g' -r -e 's:::g' {} \; - name: Upload artifact uses: actions/upload-pages-artifact@v3