Skip to content

Merge pull request #4859 from tihiyn/4654 #1168

Merge pull request #4859 from tihiyn/4654

Merge pull request #4859 from tihiyn/4654 #1168

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2016-2026 Objectionary.com
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: xs3p
'on':
push:
branches:
- master
jobs:
xs3p:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- run: sudo apt-get update --yes --fix-missing && sudo apt-get install --yes xsltproc
- run: |
mkdir -p gh-pages/xsd
xsltproc \
"eo-parser/src/main/xs3p/xs3p.xsl" \
"eo-parser/src/main/resources/XMIR.xsd" \
> "gh-pages/XMIR.html"
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: gh-pages
clean: false