/trailer-viewer-generator

Trailer views generator uses Python and XSL scripts running on Docker hosted on GitHub to generate XML and HTML from YAML

Primary LanguageXSLTMIT LicenseMIT

trailer-viewer-generator

This Generator repo

  • Installs and runs ubuntu on Docker
  • Installs Python3.10 python3-pip and PyYAML
  • Runs trailer.py to transform YAML to XML
  • Runs xsltransformer.py to transform the generated XML to HTML using XSL technology and Python
  • Runs entrypoint.sh to initiate and push to the trailer-viewer repo

The Generator detects new commits in trailer-viewer repo and automatically deploy the changes using GitHub actions