diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 48b3717ad8..8c2e2b74c5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,7 +52,7 @@ jobs: # Apply XSLT for JSON conversion java -jar saxon.jar -s:$file -xsl:json-stylesheet.xsl -o:${file%.xml}.json # Apply XSLT for HTML conversion - java -jar saxon.jar -s:$file -xsl:html-stylesheet.xsl -o:${file%.xml}.html + # java -jar saxon.jar -s:$file -xsl:html-stylesheet.xsl -o:${file%.xml}.html done # Step 5: Configure AWS credentials