From ab7fba404ba61959769034bfe90dc14cab251b06 Mon Sep 17 00:00:00 2001 From: Erin Geier <115035002+emgeier@users.noreply.github.com> Date: Fri, 24 Jan 2025 14:01:53 -0600 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c94293d675..20f9a10f23 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -150,8 +150,7 @@ jobs: # Run the XSLT transformation located in the siteGenerator of syriaca repository - java -jar saxon.jar -s:$file -xsl:syriaca/siteGenerator/xsl/staticHTML.xsl -o:data-html/${type}/${filename}.html dataPath=./data/ - + java -jar saxon.jar -s:$file -xsl:syriaca/siteGenerator/xsl/staticHTML.xsl -o:data-html/${type}/${filename}.html # verified that no html is created with syriaca repository resource if [ -f data-html/${type}/${filename}.html ]; then echo "✅ Successfully created: data-html/${type}/${filename}.html"