Skip to content

Commit

Permalink
#3375 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 12, 2024
1 parent 74f35c2 commit e057735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xs3p.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
wget --no-verbose -O saxon.jar "https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar"
mkdir gh-pages
java -jar "saxon.jar" \
"-s:eo-parser/main/resources/XMIR.xsd" \
"-xsl:eo-parser/main/xs3p/xs3p.xsl" \
"-s:eo-parser/src/main/resources/XMIR.xsd" \
"-xsl:eo-parser/src/main/xs3p/xs3p.xsl" \
"-o:gh-pages/XMIR.html"
- uses: JamesIves/[email protected]
with:
Expand Down

0 comments on commit e057735

Please sign in to comment.