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