I'm trying to render script tags into the output html in https://github.com/terryspitz/dactyl-font/blob/master/README.md.
The previous jekyll build action worked - these were rendered into the html as html script elements.
This action v1.1.0 as called in https://github.com/terryspitz/dactyl-font/blob/master/.github/workflows/deploy-pages.yml is displaying them literally as text: see https://terryspitz.github.io/dactyl-font/README.html.
Any suggestions to solve this?
I'm trying to render script tags into the output html in https://github.com/terryspitz/dactyl-font/blob/master/README.md.
The previous jekyll build action worked - these were rendered into the html as html script elements.
This action v1.1.0 as called in https://github.com/terryspitz/dactyl-font/blob/master/.github/workflows/deploy-pages.yml is displaying them literally as text: see https://terryspitz.github.io/dactyl-font/README.html.
Any suggestions to solve this?