Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeier authored Jan 24, 2025
1 parent 7f3caa0 commit ab7fba4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ab7fba4

Please sign in to comment.